Skip to content

Commit 5f6d665

Browse files
committed
run pkg resolve as well.
1 parent 4a9213d commit 5f6d665

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
import Pkg
5252
Pkg.Registry.update()
5353
Pkg.instantiate()
54+
Pkg.resolve()
5455
Pkg.precompile()
5556
shell: julia --project=. {0}
5657
test:

0 commit comments

Comments
 (0)