Skip to content

Commit

Permalink
enable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kp992 committed May 27, 2024
1 parent e78795a commit ec34d23
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
if: steps.cache-docker-cuda.outputs.cache-hit == 'true'
run: docker image load --input ./ci/cache/docker/cuda/cuda-12.tar

- name: Start containers
run: docker compose up -d
# - name: Start containers
# run: docker compose up -d

- name: Setup Anaconda
uses: conda-incubator/setup-miniconda@v3
Expand Down Expand Up @@ -58,13 +58,13 @@ jobs:
- name: Display Pip Versions
shell: bash -l {0}
run: pip list
# - name: Download "build" folder (cache)
# uses: dawidd6/action-download-artifact@v3
# with:
# workflow: cache.yml
# branch: main
# name: build-cache
# path: _build
- name: Download "build" folder (cache)
uses: dawidd6/action-download-artifact@v3
with:
workflow: cache.yml
branch: main
name: build-cache
path: _build
# Build Assets (Download Notebooks and PDF via LaTeX)
# - name: Build Download Notebooks (sphinx-tojupyter)
# shell: bash -l {0}
Expand Down

0 comments on commit ec34d23

Please sign in to comment.