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 610710e commit 17d5542Copy full SHA for 17d5542
.github/workflows/test.yml
@@ -31,20 +31,12 @@ jobs:
31
with:
32
fetch-depth: 1
33
34
- - name: pycache
35
- uses: actions/cache@v4
36
- id: pycache
37
- with:
38
- path: ~/.cache/pip
39
- key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
40
- restore-keys: |
41
- ${{ runner.os }}-pip-
42
-
43
- name: Setup python ${{ matrix.python-version }}
44
uses: actions/setup-python@v5
45
46
python-version: ${{ matrix.python-version }}
47
allow-prereleases: true
+ cache: 'pip'
48
49
- name: Install tox and test related
50
run: |
0 commit comments