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 5280879 commit bc565a5Copy full SHA for bc565a5
.github/workflows/ci.yaml
@@ -29,13 +29,13 @@ jobs:
29
- name: "Install Sphinx dependencies"
30
run: sudo apt-get install python-dev build-essential
31
32
- - name: "Cache pip"
33
- uses: actions/cache@v2
34
- with:
35
- path: ~/.cache/pip
36
- key: ${{ runner.os }}-pip-${{ hashFiles('_build/.requirements.txt') }}
37
- restore-keys: |
38
- ${{ runner.os }}-pip-
+# - name: "Cache pip"
+# uses: actions/cache@v2
+# with:
+# path: ~/.cache/pip
+# key: ${{ runner.os }}-pip-${{ hashFiles('_build/.requirements.txt') }}
+# restore-keys: |
+# ${{ runner.os }}-pip-
39
40
- name: "Install Sphinx + requirements via pip"
41
run: pip install -r _build/.requirements.txt
0 commit comments