Skip to content

Commit 8f90156

Browse files
committed
disallow reresolve
1 parent 78a5a46 commit 8f90156

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
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
import Pkg
5252
Pkg.Registry.update()
53-
Pkg.test()
53+
Pkg.test(allow_reresolve=false)
5454
shell: julia --color=yes --depwarn=yes --project=. {0}
5555
env:
5656
JULIA_PKG_SERVER_REGISTRY_PREFERENCE: eager

0 commit comments

Comments
 (0)