Skip to content

Commit

Permalink
Change cache key to pyproject.toml hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Frank committed Sep 11, 2024
1 parent 55f91f5 commit a8bd1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ matrix.tox-env }}-${{ runner.os }}
key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
- name: Set up environment
run: |
pip install --upgrade pip wheel setuptools
Expand Down

0 comments on commit a8bd1d4

Please sign in to comment.