Skip to content

Commit 7589413

Browse files
committed
Remove Pkg.update() from CI workflow
- The Update dependencies step was causing issues with git URL rewriting - julia-actions/julia-buildpkg already handles dependency installation - Removes redundant dependency update that was failing due to hostname resolution
1 parent fbbc424 commit 7589413

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ jobs:
6464
- uses: julia-actions/julia-buildpkg@v1
6565
with:
6666
git_cli: true
67-
- name: Update dependencies
68-
run: julia --project=@. -e 'using Pkg; Pkg.update()'
6967
- uses: julia-actions/julia-runtest@v1
7068
with:
7169
force_latest_compatible_version: false

0 commit comments

Comments
 (0)