File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
version : ' 1.10'
24
24
25
+ # Note: needs resolve() to fix #518
25
26
- name : Instantiate Julia environment
26
- run : julia --project=. -e 'using Pkg; Pkg.instantiate()'
27
+ run : julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.resolve() '
27
28
28
29
- name : Set up Quarto
29
30
uses : quarto-dev/quarto-actions/setup@v2
Original file line number Diff line number Diff line change 20
20
with :
21
21
version : ' 1.10'
22
22
23
+ # Note: needs resolve() to fix #518
23
24
- name : Instantiate Julia environment
24
- run : julia --project=. -e 'using Pkg; Pkg.instantiate()'
25
+ run : julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.resolve() '
25
26
26
27
- name : Set up Quarto
27
28
uses : quarto-dev/quarto-actions/setup@v2
You can’t perform that action at this time.
0 commit comments