Skip to content

Commit

Permalink
Try adding oneAPI instead of dev
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh530 committed Jan 16, 2024
1 parent 5ccc916 commit 09085d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ steps:
- |
julia --project=test -e '
import Pkg
Pkg.develop(; name="oneAPI")
Pkg.add(; name="oneAPI")
println("+++ :julia: Building support library")
include(joinpath(Pkg.devdir(), "oneAPI", "deps", "build_ci.jl"))
include(joinpath(dirname(dirname(Base.find_package("oneAPI"))), "deps", "build_ci.jl"))
Pkg.activate()'
julia --project -e '
import Pkg
Expand Down

0 comments on commit 09085d7

Please sign in to comment.