Skip to content

Commit a0f774e

Browse files
committed
test update
1 parent feaedd3 commit a0f774e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
${{ runner.os }}-
4646
- uses: julia-actions/julia-buildpkg@v1
4747
- name: Resolve/Update dependencies
48-
run: julia -e 'using Pkg; Pkg.resolve()' # Or Pkg.update()
48+
run: julia -e 'using Pkg; Pkg.update()' # Or Pkg.update()
4949
- uses: julia-actions/julia-runtest@v1
5050
with:
5151
annotate: true

0 commit comments

Comments
 (0)