Skip to content

Commit 9fdc0b7

Browse files
committed
TST: Full build
1 parent 38889cb commit 9fdc0b7

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
@@ -24,13 +24,13 @@ jobs:
2424
- name: Display Pip Versions
2525
shell: bash -l {0}
2626
run: pip list
27-
- name: Download "build" folder (cache)
28-
uses: dawidd6/action-download-artifact@v3
29-
with:
30-
workflow: cache.yml
31-
branch: main
32-
name: build-cache
33-
path: _build
27+
# - name: Download "build" folder (cache)
28+
# uses: dawidd6/action-download-artifact@v3
29+
# with:
30+
# workflow: cache.yml
31+
# branch: main
32+
# name: build-cache
33+
# path: _build
3434
# Build Assets (Download Notebooks and PDF via LaTeX)
3535
- name: Build Download Notebooks (sphinx-tojupyter)
3636
shell: bash -l {0}

0 commit comments

Comments
 (0)