Skip to content

Commit 42f925a

Browse files
authored
MAINT: re-enable cache for ci (#270)
1 parent 5bc37ae commit 42f925a

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
@@ -41,13 +41,13 @@ jobs:
4141
- name: Display Pip Versions
4242
shell: bash -l {0}
4343
run: pip list
44-
# - name: Download "build" folder (cache)
45-
# uses: dawidd6/action-download-artifact@v2
46-
# with:
47-
# workflow: cache.yml
48-
# branch: main
49-
# name: build-cache
50-
# path: _build
44+
- name: Download "build" folder (cache)
45+
uses: dawidd6/action-download-artifact@v2
46+
with:
47+
workflow: cache.yml
48+
branch: main
49+
name: build-cache
50+
path: _build
5151
# Build Assets (Download Notebooks and PDF via LaTeX)
5252
- name: Build Download Notebooks (sphinx-tojupyter)
5353
shell: bash -l {0}

0 commit comments

Comments
 (0)