We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647376b commit e2c101cCopy full SHA for e2c101c
.buildkite/pipeline.yml
@@ -103,7 +103,7 @@ steps:
103
julia -e 'println("--- :julia: Instantiating project")
104
using Pkg
105
Pkg.develop(; path=pwd())
106
- Pkg.develop(; name="oneAPI")' || exit 3
+ Pkg.add(; url="https://github.com/JuliaGPU/oneAPI.jl", rev="amontoison-patch-1")' || exit 3
107
108
julia -e 'println("+++ :julia: Running tests")
109
0 commit comments