Skip to content

Commit 938c940

Browse files
ytdHuangalbertomercurio
authored andcommitted
fix CUDA tests
1 parent 0e89906 commit 938c940

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ julia = "1.10"
6262

6363
[extras]
6464
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
65-
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
6665
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
6766
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
6867

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if (GROUP == "All") || (GROUP == "Core")
4343
end
4444

4545
if (GROUP == "CUDA_Ext")# || (GROUP == "All")
46-
Pkg.activate("gpu")
46+
Pkg.activate("ext-test/gpu")
4747
Pkg.develop(PackageSpec(path = dirname(@__DIR__)))
4848
Pkg.instantiate()
4949
include(joinpath(testdir, "ext-test", "gpu", "cuda_ext.jl"))

0 commit comments

Comments
 (0)