Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Mar 17, 2024
1 parent 59bd131 commit c5a4ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
Pkg.precompile()
Pkg.gc(collect_delay=Day(0))
- name: Install IJulia kernel
run: julia --color=yes -e 'using IJulia; installkernel("Julia", "--project=@. --heap-size-hint=3G")'
run: julia --color=yes -e 'using IJulia; installkernel("Julia", " --heap-size-hint=3G --project=@.")'
- name: Execute Notebooks
run: >
find docs -type f -name '*.ipynb' |
Expand Down

0 comments on commit c5a4ed9

Please sign in to comment.