Skip to content

Commit

Permalink
ci: fix python cache
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Oct 22, 2024
1 parent 1df4fb6 commit 33c31fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Install dependencies
working-directory: functional-tests
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
#if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' # this was giving issues in cache
run: poetry install --no-root --no-interaction

- name: Check formatting
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

- name: Install dependencies
working-directory: functional-tests
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
#if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' # this was giving issues in cache
run: poetry install --no-root --no-interaction

- name: Set up Rust
Expand Down

0 comments on commit 33c31fd

Please sign in to comment.