Skip to content

Commit

Permalink
ci: disable cache when installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrince committed Apr 17, 2024
1 parent 31f0084 commit 76d1fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# install dependencies if cache does not exist
#----------------------------------------------
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
# if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --all-extras --with dev
#----------------------------------------------
# run test suite
Expand Down

0 comments on commit 76d1fac

Please sign in to comment.