From a40269d2b56b9ee03a46b721c3c5b58abd7bd22c Mon Sep 17 00:00:00 2001 From: Alexis Montoison <35051714+amontoison@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:34:54 -0500 Subject: [PATCH] Update pipeline.yml --- .buildkite/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index c22997428..c432a6ea2 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -35,8 +35,8 @@ steps: command: | julia --color=yes --project -e ' using Pkg - # Pkg.add("AMDGPU") - Pkg.add(url="https://github.com/JuliaGPU/AMDGPU.jl", rev="master") + Pkg.add("AMDGPU") + # Pkg.add(url="https://github.com/JuliaGPU/AMDGPU.jl", rev="master") Pkg.instantiate() include("test/gpu/amd.jl")' timeout_in_minutes: 30