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