Skip to content

Commit 957b4f1

Browse files
committed
TST: run all lectures no cache
1 parent d1a7ebf commit 957b4f1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
- name: Display Pip Versions
4141
shell: bash -l {0}
4242
run: pip list
43-
- name: Download "build" folder (cache)
44-
uses: dawidd6/action-download-artifact@v2
45-
with:
46-
workflow: cache.yml
47-
branch: main
48-
name: build-cache
49-
path: _build
43+
# - name: Download "build" folder (cache)
44+
# uses: dawidd6/action-download-artifact@v2
45+
# with:
46+
# workflow: cache.yml
47+
# branch: main
48+
# name: build-cache
49+
# path: _build
5050
# Build Assets (Download Notebooks and PDF via LaTeX)
5151
- name: Build Download Notebooks (sphinx-tojupyter)
5252
shell: bash -l {0}

0 commit comments

Comments
 (0)