Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad authored Sep 18, 2024
1 parent c87306a commit d0e55c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- name: Render
run: |
whereis julia
# julia -e 'using Pkg; Pkg.add("IJulia"); using IJulia; installkernel("Julia nodeps", "–depwarn=no"); using Pkg; Pkg.add("Revise")'
# julia -e 'using Pkg; Pkg.add("IJulia");
/usr/local/julia -e 'using IJulia'
# installkernel("Julia nodeps", "–depwarn=no"); using Pkg; Pkg.add("Revise")'
quarto check jupyter
quarto render
ls docs
Expand Down

0 comments on commit d0e55c8

Please sign in to comment.