We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12dd01 commit 76dcd0cCopy full SHA for 76dcd0c
2 files changed
.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
0 commit comments