Skip to content

Commit f3979ed

Browse files
authored
Backport: Dev ApproxFunBaseTest in downstream tests (JuliaApproximation#620)
1 parent f13a36b commit f3979ed

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/downstream.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,7 @@ jobs:
6464
try
6565
# force it to use this PR's version of the package
6666
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
67+
Pkg.develop(PackageSpec(path="ApproxFunBaseTest"))
7268
Pkg.update()
7369
Pkg.test(; coverage = true) # resolver may fail with test time deps
7470
catch err

0 commit comments

Comments
 (0)