Skip to content

Commit

Permalink
always build/install even if there is a cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Sep 19, 2024
1 parent c50ebd0 commit 730ecb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
path: .venv
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
- 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 --no-root --no-plugins

# Install node and yarn in order to build the front end during packaging
Expand Down

0 comments on commit 730ecb8

Please sign in to comment.