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 581f2fc commit a7689beCopy full SHA for a7689be
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: 3.8
20
21
- uses: actions/cache@v3
22
- id: cache
+ # id: cache
23
with:
24
path: ~/.cache/pip
25
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}
0 commit comments