Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Sep 30, 2024
1 parent e998a6b commit a4c8c0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ steps:
command: |
julia --color=yes --project -e '
using Pkg
Pkg.add("oneAPI")
Pkg.add(url="https://github.com/JuliaGPU/oneAPI.jl", rev="master")
# Pkg.add("oneAPI")
Pkg.instantiate()
include("test/gpu/intel.jl")'
timeout_in_minutes: 30
Expand Down

0 comments on commit a4c8c0d

Please sign in to comment.