Skip to content

Commit

Permalink
fix github actions cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ihoubr committed Jan 6, 2024
1 parent eb2dc88 commit 72ddcbf
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 @@ -28,7 +28,7 @@ jobs:
cache-name: .pyprojectx
with:
path: .pyprojectx
key: ${{ runner.os }}-${{ matrix.python-version }}-pyprojectx
key: ${{ hashFiles('pyproject.toml') }}-${{ runner.os }}-${{ matrix.python-version }}-pyprojectx

- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
uses: actions/setup-python@v2
Expand Down

0 comments on commit 72ddcbf

Please sign in to comment.