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 d43c8de commit 2c8b637Copy full SHA for 2c8b637
.github/workflows/ci.yml
@@ -23,12 +23,7 @@ jobs:
23
uses: actions/setup-python@v4
24
with:
25
python-version: ${{ matrix.python-version }}
26
- - name: Cache pip
27
- uses: actions/cache@v3
28
- with:
29
- path: ~/.cache/pip
30
- key: ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}
31
- restore-keys: ${{ runner.os }}-pip-
+ cache: 'pip'
32
- name: Install dependencies
33
run: pip --disable-pip-version-check install --no-compile -r requirements-dev.txt
34
- name: Check lint
0 commit comments