Skip to content

Commit

Permalink
cache per python version to avoid future conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Aug 16, 2023
1 parent 1c4272e commit 9ac4b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/cache@v3
with:
path: tests/cache
key: ${{ runner.os }}-${{ steps.get-date.outputs.week }}-${{ hashFiles('**/lockfiles') }}
key: ${{ runner.os }}-${{ matrix.python-version }}-${{ steps.get-date.outputs.week }}-${{ hashFiles('**/lockfiles') }}
- name: Run tests
run: python -m unittest

Expand Down

0 comments on commit 9ac4b55

Please sign in to comment.