Skip to content

Commit 78da8c6

Browse files
luraesskshyatt
authored andcommitted
Revert
1 parent 0854fa0 commit 78da8c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ steps:
6767
println("--- :julia: Installing AMDGPU.jl")
6868
withenv("JULIA_PKG_PRECOMPILE_AUTO" => 0,
6969
"JULIA_PKG_DEVDIR" => devdir) do
70-
# Pkg.develop("AMDGPU")
71-
Pkg.add(url="https://github.com/JuliaGPU/AMDGPU.jl", rev="lr/gpuarrays")
70+
Pkg.develop("AMDGPU")
7271
Pkg.activate(package)
7372
7473
try

0 commit comments

Comments
 (0)