Skip to content

Commit b1b1826

Browse files
committed
tmp: disable build cache for full test run
1 parent a636186 commit b1b1826

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
- name: Display Pip Versions
4444
shell: bash -l {0}
4545
run: pip list
46-
- name: Download "build" folder (cache)
47-
uses: dawidd6/action-download-artifact@v9
48-
with:
49-
workflow: cache.yml
50-
branch: main
51-
name: build-cache
52-
path: _build
46+
# - name: Download "build" folder (cache)
47+
# uses: dawidd6/action-download-artifact@v9
48+
# with:
49+
# workflow: cache.yml
50+
# branch: main
51+
# name: build-cache
52+
# path: _build
5353
# Build Assets (Download Notebooks and PDF via LaTeX)
5454
- name: Build Download Notebooks (sphinx-tojupyter)
5555
shell: bash -l {0}

0 commit comments

Comments
 (0)