Skip to content

Commit b63ddfb

Browse files
committed
Add require fix for pickle
1 parent f0fba57 commit b63ddfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ using ImageShow
77
using ColorTypes
88
using FixedPointNumbers
99
using JSON3
10+
using Pickle
1011

1112
ENV["DATADEPS_ALWAYS_ACCEPT"] = true
1213

@@ -22,7 +23,6 @@ dataset_tests = [
2223

2324
no_ci_dataset_tests = [
2425
"datasets/graphs_no_ci.jl",
25-
"datasets/text_no_ci.jl",
2626
"datasets/vision/cifar10.jl",
2727
"datasets/vision/cifar100.jl",
2828
"datasets/vision/emnist.jl",

0 commit comments

Comments
 (0)