Remove build folder

This commit is contained in:
Andras Schmelczer 2022-06-25 19:38:30 +02:00
parent 388541661a
commit 74bfd8ac78
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

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