Skip to content

Commit 796bf5b

Browse files
committed
separating pkg.instantiate step
1 parent 5eef406 commit 796bf5b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ jobs:
2828
uses: julia-actions/setup-julia@v1
2929
with:
3030
version: 1.6.0
31-
- name: Install IJulia and Setup Project
31+
- name: Install IJulia
3232
shell: bash -l {0}
3333
run: |
3434
julia -e 'using Pkg; Pkg.add("IJulia");'
35+
- name: Installing all the packages
36+
shell: bash -l {0}
37+
run: |
3538
julia --project --threads auto -e 'using Pkg; Pkg.instantiate();'
3639
# Download Jupyter Book Cache
3740
- name: Download "build" folder (cache)

0 commit comments

Comments
 (0)