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 014903c commit 175fca5Copy full SHA for 175fca5
.buildkite/pipeline.yml
@@ -11,6 +11,7 @@ steps:
11
- JuliaCI/julia-coverage#v1:
12
codecov: true
13
command: |
14
+ julia -e 'versioninfo()'
15
julia -e 'println("--- :julia: Developing CUDA")
16
using Pkg
17
Pkg.develop(; name="CUDA")
0 commit comments