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.
2 parents a706bf0 + 5d477e7 commit 68bb350Copy full SHA for 68bb350
.github/workflows/ci.yml
@@ -28,8 +28,7 @@ jobs:
28
uses: julia-actions/setup-julia@v1
29
with:
30
version: 1.6.0
31
- - name: Install IJulia
32
- run: julia -e 'using Pkg; Pkg.add("IJulia");'
+ - run: julia -e 'using Pkg; Pkg.activate("lectures"); Pkg.instantiate(); Pkg.add("IJulia");'
33
shell: bash
34
# - name: Download "build" folder (cache)
35
# uses: dawidd6/action-download-artifact@v2
0 commit comments