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 c32217e commit 298494dCopy full SHA for 298494d
.github/workflows/lint.yml
@@ -16,13 +16,7 @@ jobs:
16
uses: actions/setup-python@v5
17
with:
18
python-version: ${{ matrix.python-version }}
19
-
20
- - uses: actions/cache@v3
21
- with:
22
- path: ~/.cache/pip
23
- key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
24
- restore-keys: |
25
- ${{ runner.os }}-pip-
+ cache: "pip"
26
27
- name: Install dependencies
28
run: |
.github/workflows/test.yml
@@ -24,6 +24,7 @@ jobs:
python-version: ${{ matrix.python_version }}
allow-prereleases: true
- name: Install system dependencies
29
if: matrix.os == 'ubuntu-latest'
30
0 commit comments