We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf4fa7 commit 20ac2c0Copy full SHA for 20ac2c0
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
22
with:
23
path: ~/.cache/pip
24
- key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}
+ key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
25
restore-keys: |
26
${{ runner.os }}-pip-
27
0 commit comments