Skip to content

Commit

Permalink
slight update to deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
janash committed Jan 13, 2025
1 parent 169745c commit 4e0c00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Install Julia environment
- name: Install Julia environment
run: |
julia -e 'using Pkg; Pkg.activate("."); Pkg.instantiate()'
julia -e 'using Pkg; Pkg.activate("."); Pkg.instantiate(); using IJulia'
# # Install IJulia
# - name: Install IJulia
Expand Down

0 comments on commit 4e0c00f

Please sign in to comment.