We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8976019 commit 1abf658Copy full SHA for 1abf658
.github/workflows/python-tests.yml
@@ -23,5 +23,6 @@ jobs:
23
run: |
24
python -m pip install --upgrade pip
25
pip install .[dev]
26
+ pip cache purge
27
- name: Run tests
28
run: pytest
0 commit comments