Skip to content

Commit

Permalink
try re-caching venv
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Feb 4, 2025
1 parent 8d07c1a commit b0c0e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache-pre-commit: false
cache-venv: false
cache-venv: true
setup-poetry: true
install-deps: true
- name: Run pytest and generate coverage report
Expand Down

0 comments on commit b0c0e97

Please sign in to comment.