Skip to content

Commit

Permalink
flaky caching
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinnfd committed Aug 30, 2024
1 parent 0c8c7bf commit 33629a0
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 @@ -162,7 +162,7 @@ jobs:
uses: actions/cache@v4
with:
path: .venv
key: venv-tox-tests-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
key: venv-tox-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root --with test,docs --no-plugins
Expand Down

0 comments on commit 33629a0

Please sign in to comment.