Skip to content

Commit 82eccc3

Browse files
committed
1 parent acac44d commit 82eccc3

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
@@ -39,7 +39,7 @@ const AQUA = get(ENV, "AQUA", "true") == "true"
3939
# Detect if prerelease version, if so, we skip some tests
4040
const IS_PRERELEASE = !isempty(VERSION.prerelease)
4141
if !IS_PRERELEASE
42-
Pkg.add("Mooncake")
42+
Pkg.add(; name="Mooncake", version="0.4.136")
4343
using Mooncake: Mooncake
4444
end
4545

0 commit comments

Comments
 (0)