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 945569f commit 497ffc1Copy full SHA for 497ffc1
.buildkite/pipeline.yml
@@ -11,6 +11,7 @@ steps:
11
- JuliaCI/julia-coverage#v1:
12
codecov: true
13
command: |
14
+ echo -e "[CUDA_Runtime_jll]\nlocal = \"true\"" >LocalPreferences.toml
15
julia -e 'println("--- :julia: Instantiating project")
16
using Pkg
17
Pkg.develop(; path=pwd())
@@ -38,6 +39,7 @@ steps:
38
39
40
41
42
43
44
45
try
@@ -70,6 +72,7 @@ steps:
70
72
71
73
74
75
76
77
78
0 commit comments