We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c8fc0 commit dcfbc42Copy full SHA for dcfbc42
1 file changed
.github/workflows/ci.yml
@@ -30,10 +30,10 @@ jobs:
30
uses: actions/setup-python@v4
31
with:
32
python-version: "3.9"
33
- cache: pip
34
- cache-dependency-path: |
35
- requirements/base.txt
36
- requirements/local.txt
+ #cache: pip
+ #cache-dependency-path: |
+ # requirements/base.txt
+ # requirements/local.txt
37
38
#- name: Run pre-commit
39
# uses: pre-commit/action@v3.0.0
0 commit comments