We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71173bf commit f0f5823Copy full SHA for f0f5823
test/runtests.jl
@@ -8,7 +8,7 @@ if VERSION >= v"1.8"
8
using Metal
9
end
10
11
-using Test, StatsBase, CUDA, FixedEffects, PooledArrays, CategoricalArrays
+using Test, StatsBase, CUDA, Metal, FixedEffects, PooledArrays, CategoricalArrays
12
13
for test in tests
14
try
0 commit comments