Skip to content

Commit 90bc136

Browse files
committed
Activate project explicitly
1 parent 141ec81 commit 90bc136

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ steps:
3333
"JULIA_PKG_DEVDIR" => devdir) do
3434
try
3535
Pkg.develop("CUDA")
36-
TestEnv.activate()
36+
TestEnv.activate("CUDA")
3737
catch err
3838
@error "Could not install CUDA" exception=(err,catch_backtrace())
3939
exit(3)
@@ -101,7 +101,7 @@ steps:
101101
"JULIA_PKG_DEVDIR" => devdir) do
102102
try
103103
Pkg.develop("AMDGPU")
104-
TestEnv.activate()
104+
TestEnv.activate("AMDGPU")
105105
catch err
106106
@error "Could not install AMDGPU" exception=(err,catch_backtrace())
107107
exit(3)

0 commit comments

Comments
 (0)