Skip to content

Commit

Permalink
fix caching
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo committed Dec 18, 2023
1 parent 2ec459f commit c7ee83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/cache@v3
with:
path: ./.venv
key: venv-${{ hashFiles('poetry.lock') }}
key: venv-${{ matrix.os }}-${{ matrix.python-versions }}-${{ hashFiles('poetry.lock') }}

- name: Install dependencies
run: poetry install --with dev
Expand Down

0 comments on commit c7ee83b

Please sign in to comment.