Skip to content

Commit 21d67c6

Browse files
committed
install codec packages (temporary fix)
1 parent 5f76e4d commit 21d67c6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/runtests.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ end
8888

8989
installed = keys(Pkg.installed())
9090
for pkg in ["CodecZlib", "CodecZstd", "CodecBzip2"]
91-
if pkg in installed
92-
Pkg.test(pkg)
91+
if pkg installed
92+
# TODO: ad-hoc fix
93+
Pkg.clone("https://github.com/bicycle1885/$(pkg).jl")
9394
end
95+
Pkg.test(pkg)
9496
end

0 commit comments

Comments
 (0)