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 e796f04 commit 237b079Copy full SHA for 237b079
.github/workflows/downstream.yml
@@ -63,11 +63,7 @@ jobs:
63
try
64
# force it to use this PR's version of the package
65
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
66
- # the following may fail because of https://github.com/JuliaLang/Pkg.jl/issues/3327
67
- # currently, we only test on older versions that don't use Pkg extensions
68
- if VERSION < v"1.9"
69
- Pkg.develop(PackageSpec(path="ApproxFunBaseTest"))
70
- end
+ Pkg.develop(PackageSpec(path="ApproxFunBaseTest"))
71
Pkg.update()
72
Pkg.test(; coverage = "@src") # resolver may fail with test time deps
73
catch err
0 commit comments