Skip to content

Commit d615ac4

Browse files
committed
fixup! show JULIA env
1 parent 175fca5 commit d615ac4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ steps:
1111
- JuliaCI/julia-coverage#v1:
1212
codecov: true
1313
command: |
14-
julia -e 'versioninfo()'
14+
julia -e '
15+
using InteractiveUtils
16+
versioninfo()'
1517
julia -e 'println("--- :julia: Developing CUDA")
1618
using Pkg
1719
Pkg.develop(; name="CUDA")

0 commit comments

Comments
 (0)