Remove build folder

This commit is contained in:
Andras Schmelczer 2022-06-25 19:38:30 +02:00
parent e3f3087cb0
commit 1341efe26d

View file

@ -57,6 +57,7 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install . pip install .
rm -rf build
- name: Download test results - name: Download test results
uses: actions/download-artifact@v2 uses: actions/download-artifact@v2