Skip to content

Commit 237b079

Browse files
authored
Dev ApproxFunBaseTest in downstream tests (#619)
1 parent e796f04 commit 237b079

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
@@ -63,11 +63,7 @@ jobs:
6363
try
6464
# force it to use this PR's version of the package
6565
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
66+
Pkg.develop(PackageSpec(path="ApproxFunBaseTest"))
7167
Pkg.update()
7268
Pkg.test(; coverage = "@src") # resolver may fail with test time deps
7369
catch err

0 commit comments

Comments
 (0)