Skip to content

Commit

Permalink
Fix incorrect cache name
Browse files Browse the repository at this point in the history
  • Loading branch information
pzehner committed Feb 22, 2024
1 parent e0f473a commit 440b521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: actions/cache@v3
with:
path: ./.venv
key: venv-${{ hashFiles('poetry.lock') }}-${{ matrix.os }}
key: venv-${{ hashFiles('poetry.lock') }}-ubuntu-latest

- name: Install dependencies
run: poetry install --no-ansi
Expand Down

0 comments on commit 440b521

Please sign in to comment.