Skip to content

Commit bc565a5

Browse files
committed
Remove cache, it is breaking the build?
1 parent 5280879 commit bc565a5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
- name: "Install Sphinx dependencies"
3030
run: sudo apt-get install python-dev build-essential
3131

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-
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-
3939

4040
- name: "Install Sphinx + requirements via pip"
4141
run: pip install -r _build/.requirements.txt

0 commit comments

Comments
 (0)