Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Jul 4, 2024
1 parent 9794d34 commit ed685d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:

- name: Install Julia dependencies
run: |
julia -e 'import Pkg; Pkg.add("IJulia"); Pkg.add("Plots")'
julia --project=@quarto -e 'import Pkg; Pkg.add("QuartoNotebookRunner")'
julia -e 'import Pkg; Pkg.add("Plots")'
julia -e '# import Pkg; Pkg.add("CSV"); Pkg.add("DataFrames")'
julia -e '# import Pkg; Pkg.add("Turing"); Pkg.add("Distributions")'
julia -e '# import Pkg; Pkg.add("CairoMakie")'
Expand Down

0 comments on commit ed685d4

Please sign in to comment.