Skip to content

Commit fb93ba5

Browse files
authored
Merge pull request #1387 from FluxML/bc/buildkite-pycall
Make sure conda env dir is set on Buildkite CI
2 parents 7cbd21f + 02eaa67 commit fb93ba5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ steps:
44
- JuliaCI/julia#v1:
55
version: "1.6"
66
- JuliaCI/julia-test#v1: ~
7+
command:
8+
- mkdir -p "${JULIA_DEPOT_PATH}/conda/3/x86_64"
79
agents:
810
queue: "juliagpu"
911
cuda: "*"
@@ -14,6 +16,8 @@ steps:
1416
- JuliaCI/julia#v1:
1517
version: "1"
1618
- JuliaCI/julia-test#v1: ~
19+
command:
20+
- mkdir -p "${JULIA_DEPOT_PATH}/conda/3/x86_64"
1721
agents:
1822
queue: "juliagpu"
1923
cuda: "*"

0 commit comments

Comments
 (0)