Skip to content

Commit 80fc1d6

Browse files
authored
MAINT: re-enable cache (#328)
1 parent e47f96c commit 80fc1d6

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
@@ -47,13 +47,13 @@ jobs:
4747
- name: Display Pip Versions
4848
shell: bash -l {0}
4949
run: pip list
50-
# - name: Download "build" folder (cache)
51-
# uses: dawidd6/action-download-artifact@v2
52-
# with:
53-
# workflow: cache.yml
54-
# branch: main
55-
# name: build-cache
56-
# path: _build
50+
- name: Download "build" folder (cache)
51+
uses: dawidd6/action-download-artifact@v2
52+
with:
53+
workflow: cache.yml
54+
branch: main
55+
name: build-cache
56+
path: _build
5757
# Build Assets (Download Notebooks and PDF via LaTeX)
5858
- name: Build Download Notebooks (sphinx-tojupyter)
5959
shell: bash -l {0}

0 commit comments

Comments
 (0)