Skip to content

Commit

Permalink
chore: Set --no-cache flag when running pytest in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Dec 13, 2024
1 parent 1494e33 commit 4f05699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
run: uv sync --all-extras

- name: Test with pytest
run: uv run pytest
run: uv run --no-cache pytest

0 comments on commit 4f05699

Please sign in to comment.