Skip to content

Commit

Permalink
fix(action): Fix poetry caching
Browse files Browse the repository at this point in the history
  • Loading branch information
thehappydinoa committed Sep 15, 2021
1 parent f8b0b58 commit f8ddc13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-ci.yml
Expand Up @@ -35,7 +35,6 @@ jobs:
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}

- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
poetry install
Expand Down

0 comments on commit f8ddc13

Please sign in to comment.