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 fd5783c commit fdcabd8Copy full SHA for fdcabd8
.github/workflows/Downstream.yml
@@ -48,8 +48,8 @@ jobs:
48
# force it to use this PR's version of the package
49
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
50
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceCore")))
51
- Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceOffsetArrays")))
52
- Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceStaticArrays")))
+ #Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceOffsetArrays")))
+ #Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceStaticArrays")))
53
Pkg.update()
54
Pkg.test() # resolver may fail with test time deps
55
catch err
0 commit comments