Skip to content

Commit 9054b64

Browse files
Update python-testsuite.yml
Try the __pycache__ removal
1 parent 60e3370 commit 9054b64

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python-testsuite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@ jobs:
4949
run: |
5050
export OMP_NUM_THREADS=1
5151
cd tests
52+
rm -rf __pycache__
5253
# Test excluding very long running tests
5354
pytest -v -m "not release"

0 commit comments

Comments
 (0)