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 00488ec commit b1e8231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Install Julia dependencies
run: |
julia -e 'import Pkg; Pkg.add("QuartoNotebookRunner"); Pkg.add("Plots")'
julia -e 'import Pkg; Pkg.add("IJulia"); 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 b1e8231

Please sign in to comment.