Skip to content

Commit

Permalink
Disable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
camirmas committed Aug 4, 2023
1 parent 6b683f9 commit d93e3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Unit tests
run: |
pip install pytest
PYTHONPATH=. pytest -vs tests/hopp
pytest --no-cache -vs tests/hopp
- name: Lint with flake8
run: |
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
Expand Down

0 comments on commit d93e3b0

Please sign in to comment.