Skip to content

Commit 55dd883

Browse files
author
Oscar Smith
authored
Update CI.yml
1 parent 7a35128 commit 55dd883

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
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
julia --project=. -e '
8787
using Pkg;
88-
Pkg.develop(map(path ->Pkg.PackageSpec.(;path="$(@__DIR__)/lib/$(path)"), readdir("./lib")));
88+
VERSION < v"1.11" && Pkg.develop(map(path ->Pkg.PackageSpec.(;path="$(@__DIR__)/lib/$(path)"), readdir("./lib")));
8989
'
9090
- uses: julia-actions/julia-runtest@v1
9191
with:

0 commit comments

Comments
 (0)