Skip to content

Commit 014903c

Browse files
committed
fixup! disable Enzyme CUDA test for now
1 parent a9e5c9d commit 014903c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ steps:
1515
using Pkg
1616
Pkg.develop(; name="CUDA")
1717
Pkg.develop(; name="GPUArrays")'
18-
sed -i 's/^KernelAbstractions = ".*"/KernelAbstractions = "0.10"/' ~/.julia/dev/CUDA/Project.toml
19-
sed -i 's/^KernelAbstractions = ".*"/KernelAbstractions = "0.10"/' ~/.julia/dev/GPUArrays/Project.toml
18+
sed -i 's/^KernelAbstractions = ".*"/KernelAbstractions = "0.10"/' ${JULIA_DEPOT_PATH}/dev/CUDA/Project.toml
19+
sed -i 's/^KernelAbstractions = ".*"/KernelAbstractions = "0.10"/' ${JULIA_DEPOT_PATH}/dev/GPUArrays/Project.toml
2020
julia -e 'println("--- :julia: Instantiating project")
2121
using Pkg
2222
Pkg.develop(; path=pwd())' || exit 3

0 commit comments

Comments
 (0)