Skip to content

Commit 4493b5b

Browse files
Try to resolve packages
1 parent 975944e commit 4493b5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ jobs:
7676
version: ${{ matrix.version }}
7777
arch: ${{ matrix.node.arch }}
7878
- uses: julia-actions/cache@v2
79+
- name: Resolve dependencies
80+
run: |
81+
julia -e 'import Pkg; Pkg.resolve()'
7982
- uses: julia-actions/julia-buildpkg@v1
8083
- uses: julia-actions/julia-runtest@v1
8184
env:

0 commit comments

Comments
 (0)