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 a27c60a commit 876171eCopy full SHA for 876171e
.github/workflows/ci-tests.yml
@@ -50,18 +50,20 @@ jobs:
50
uses: actions/setup-python@v4
51
with:
52
python-version: ${{ env.py-semver }}
53
+ cache: pip
54
+ cache-dependency-path: |
55
+ requirements.txt
56
+ tox.ini
57
58
- name: Set up Python 3.11.0-rc.2
59
if: matrix.py-ver-minor == 11
60
61
62
python-version: 3.11.0-rc.2
-
- - name: Cache for pip
- uses: actions/cache@v3
- with:
63
- path: ~/.cache/pip
64
- key: ${{ runner.os }}-pip-${{ matrix.step }}-${{ hashFiles('requirements.txt', 'tox.ini') }}
65
66
67
68
- name: Upgrade setuptools and install tox
69
run: |
0 commit comments