Skip to content

Commit

Permalink
Load Conda
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Jul 6, 2024
1 parent a36ed54 commit fda33fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ steps:
plugins:
- JuliaCI/julia#v1:
version: "1"
python: ""
- JuliaCI/julia-test#v1:
coverage: false
command:
- mkdir -p "$${JULIA_DEPOT_PATH}/conda/3/x86_64"
agents:
queue: "juliagpu"
cuda: "*"
Expand Down
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Reexport = "1"
julia = "1"

[extras]
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand All @@ -31,4 +32,4 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Distances", "ForwardDiff", "ReverseDiff", "Pkg", "PythonOT", "Random", "SafeTestsets", "Test", "StatsBase"]
test = ["Conda", "Distances", "ForwardDiff", "ReverseDiff", "Pkg", "PythonOT", "Random", "SafeTestsets", "Test", "StatsBase"]
4 changes: 4 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Trigger Python install if required. Required for Buildkite CI!
using Conda: Conda
Conda.list()

using OptimalTransport
using Pkg: Pkg
using SafeTestsets
Expand Down

0 comments on commit fda33fe

Please sign in to comment.