Skip to content

Commit

Permalink
CI: Update cache keys
Browse files Browse the repository at this point in the history
  • Loading branch information
AvlWx2014 committed Sep 26, 2024
1 parent 9c7bfbf commit 34d4cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
path: .venv
key: venv-${{ hashFiles('pdm.lock') }}
key: venv-dev-${{ hashFiles('pdm.lock') }}
restore-keys: |
venv-
- name: Provision Environment
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
path: .venv
key: venv-${{ hashFiles('pdm.lock') }}
key: venv-${{ matrix.python-version }}-${{ hashFiles('pdm.lock') }}
restore-keys: |
venv-
- name: Install PDM
Expand Down

0 comments on commit 34d4cb0

Please sign in to comment.