We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eef406 commit 796bf5bCopy full SHA for 796bf5b
.github/workflows/ci.yml
@@ -28,10 +28,13 @@ jobs:
28
uses: julia-actions/setup-julia@v1
29
with:
30
version: 1.6.0
31
- - name: Install IJulia and Setup Project
+ - name: Install IJulia
32
shell: bash -l {0}
33
run: |
34
julia -e 'using Pkg; Pkg.add("IJulia");'
35
+ - name: Installing all the packages
36
+ shell: bash -l {0}
37
+ run: |
38
julia --project --threads auto -e 'using Pkg; Pkg.instantiate();'
39
# Download Jupyter Book Cache
40
- name: Download "build" folder (cache)
0 commit comments