Skip to content

Commit 087e0c5

Browse files
Update runtests.jl
1 parent 421cb91 commit 087e0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const GROUP = get(ENV, "GROUP", "All")
6161
end
6262
end
6363

64-
if GROUP == "All" || GROUP == "NoPre"
64+
if GROUP == "All" || GROUP == "NoPre" && isempty(VERSION.prerelease)
6565
import Pkg
6666
Pkg.activate("nopre")
6767
Pkg.develop(Pkg.PackageSpec(path = dirname(@__DIR__)))

0 commit comments

Comments
 (0)