Skip to content
This repository was archived by the owner on Sep 27, 2021. It is now read-only.

Commit 1964c2d

Browse files
authored
RemoveOpenCL from clone list
1 parent 264bc22 commit 1964c2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/runtests.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ if (
33
get(ENV, "APPVEYOR", "") == "true" ||
44
get(ENV, "CI", "") == "true"
55
)
6-
Pkg.clone("OpenCL")
7-
Pkg.clone("Suger")
6+
Pkg.clone("Sugar")
87
Pkg.clone("Transpiler")
98
Pkg.clone("GPUArrays")
109

0 commit comments

Comments
 (0)