Skip to content

Commit

Permalink
CI: Fix caching
Browse files Browse the repository at this point in the history
  • Loading branch information
dext0r committed Dec 2, 2024
1 parent 8abb057 commit a26c74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.local
key: dotlocal-${{ hashFiles('.github/workflows/ci.yml') }}
key: dotlocal-${{ hashFiles('.github/workflows/ci.yml') }}-${{ matrix.python-version }}

- name: Load virtual environment cache
uses: actions/cache@v4
Expand Down

0 comments on commit a26c74a

Please sign in to comment.