Skip to content

Commit 763456a

Browse files
committed
use sources for dev branch
1 parent a179317 commit 763456a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
matrix:
66
setup:
77
version:
8-
- "1.10"
8+
- "1.11"
99
plugins:
1010
- JuliaCI/julia#v1:
1111
version: "{{matrix.version}}"

test/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ Quadmath = "0.5.10"
5757
Random = "1"
5858
StableRNGs = "1.0.2"
5959
Test = "1"
60+
61+
[sources]
62+
CUDA = {url = "https://github.com/JuliaGPU/CUDA.jl", rev = "vc/unsafe_wrap_symbols"}

0 commit comments

Comments
 (0)