Skip to content

Commit

Permalink
Update compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Sep 25, 2024
1 parent 9828b44 commit c0ca9dc
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 @@ -52,8 +52,8 @@ steps:
julia --color=yes --project=test/gpu -e '
using Pkg
Pkg.develop(path=".")
# Pkg.add("oneAPI")
Pkg.add(url="https://github.com/JuliaGPU/oneAPI.jl", rev="master")
Pkg.add("oneAPI")
# Pkg.add(url="https://github.com/JuliaGPU/oneAPI.jl", rev="master")
Pkg.add("Krylov")
Pkg.instantiate()
include("test/gpu/intel.jl")'
Expand Down

0 comments on commit c0ca9dc

Please sign in to comment.