Skip to content

Commit

Permalink
buildkite fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Jan 27, 2024
1 parent 9ca386c commit 2c9563c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ steps:
- mkdir -p "$${JULIA_DEPOT_PATH}/conda/3/x86_64"
- julia --project='.' -e '
using Pkg;
ENV[\"PYTHON\"] = "";
ENV["PYTHON"] = "";
Pkg.add("Conda");
Pkg.add("PyCall");
Pkg.build("PyCall");'
- julia --project='.' -e '
using Pkg;
ENV[\"PYTHON\"] = "";
ENV["PYTHON"] = "";
Pkg.add("QuantumSavory");
Pkg.build("QuantumSavory");
Pkg.test("QuantumSavory");
Expand Down

0 comments on commit 2c9563c

Please sign in to comment.