Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Oct 24, 2023
1 parent 03f5f95 commit a40269d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a40269d

Please sign in to comment.