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 2359463 commit 7616a4d
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 @@ -56,7 +56,7 @@ jobs:
- name: Test install with pytest (including doctests)
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 7616a4d

Please sign in to comment.