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 47fc81e commit 299c5cbCopy full SHA for 299c5cb
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
path: ~/.cache/pip
26
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}
27
- restore-keys: ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}
+ restore-keys: ${{ runner.os }}-pip-
28
- name: Install dependencies
29
run: pip install -r requirements-dev.txt
30
- name: Check lint
.github/workflows/publish.yml
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
run: |
43
python3 -m pip install poetry
0 commit comments