We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a35128 commit 55dd883Copy full SHA for 55dd883
.github/workflows/CI.yml
@@ -85,7 +85,7 @@ jobs:
85
run: |
86
julia --project=. -e '
87
using Pkg;
88
- Pkg.develop(map(path ->Pkg.PackageSpec.(;path="$(@__DIR__)/lib/$(path)"), readdir("./lib")));
+ VERSION < v"1.11" && Pkg.develop(map(path ->Pkg.PackageSpec.(;path="$(@__DIR__)/lib/$(path)"), readdir("./lib")));
89
'
90
- uses: julia-actions/julia-runtest@v1
91
with:
0 commit comments