We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee2fed commit 1e9fb54Copy full SHA for 1e9fb54
.github/workflows/ci-additional.yml
@@ -24,9 +24,9 @@ jobs:
24
uses: actions/cache@v2
25
with:
26
path: ~/.cache/pip
27
- key: ${{ runner.os }}-pip-py${{ matrix.python-version }}-${{hashFiles('ci/requirements/**.txt')}}
+ key: ${{ runner.os }}-pip-py3.8-${{ hashFiles('ci/requirements/**.txt') }}
28
restore-keys: |
29
- ${{ runner.os }}-pip-py${{ matrix.python-version }}-
+ ${{ runner.os }}-pip-py3.8-
30
- name: upgrade pip
31
run: |
32
python -m pip install --upgrade pip
0 commit comments