We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feaedd3 commit a0f774eCopy full SHA for a0f774e
.github/workflows/CI.yml
@@ -45,7 +45,7 @@ jobs:
45
${{ runner.os }}-
46
- uses: julia-actions/julia-buildpkg@v1
47
- name: Resolve/Update dependencies
48
- run: julia -e 'using Pkg; Pkg.resolve()' # Or Pkg.update()
+ run: julia -e 'using Pkg; Pkg.update()' # Or Pkg.update()
49
- uses: julia-actions/julia-runtest@v1
50
with:
51
annotate: true
0 commit comments