Skip to content

Commit

Permalink
Disable pytest cache in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gilch committed May 26, 2023
1 parent 1c125a1 commit 0ee0f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
PYTHONWARNINGS: error
run: |
python -c "import tests" # Compiles hissp.basic on package import.
pytest -v --cov=hissp --cov-report=xml --doctest-modules --doctest-glob *.md src/hissp/*.lissp tests/ docs/ $(python -c "import hissp; print(hissp.__path__[0])")
pytest -p no:cacheprovider -v --cov=hissp --cov-report=xml --doctest-modules --doctest-glob *.md src/hissp/*.lissp tests/ docs/ $(python -c "import hissp; print(hissp.__path__[0])")
- name: Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 0ee0f12

Please sign in to comment.