Skip to content

Commit

Permalink
attempt test without caching venv
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Feb 4, 2025
1 parent 9c07e30 commit 8d07c1a
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: true
cache-venv: false
setup-poetry: true
install-deps: true
- name: Run pytest and generate coverage report
Expand Down

0 comments on commit 8d07c1a

Please sign in to comment.