Skip to content

Commit

Permalink
fix venv cache
Browse files Browse the repository at this point in the history
  • Loading branch information
grizz committed May 26, 2021
1 parent f5935c1 commit 0df6430
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ jobs:
# install dependencies if cache does not exist
- name: Check cache and install dependencies
run: poetry install -Eall
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
- name: Run tests
run: |
source .venv/bin/activate
Expand Down

0 comments on commit 0df6430

Please sign in to comment.