Skip to content

Commit

Permalink
buildkite fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Jan 26, 2024
1 parent f70aeac commit bc37827
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ steps:
command:
- mkdir -p '$${JULIA_DEPOT_PATH}/conda/3/x86_64'
- julia --project='.' -e '
using Pkg
Pkg.add("QuantumSavory")
Pkg.build("QuantumSavory")
Pkg.test("QuantumSavory")
Pkg.add("BPGates")
Pkg.build("BPGates")
Pkg.test("BPGates")'
using Pkg;
Pkg.add("QuantumSavory");
Pkg.build("QuantumSavory");
Pkg.test("QuantumSavory");
Pkg.add("BPGates");
Pkg.build("BPGates");
Pkg.test("BPGates");'

0 comments on commit bc37827

Please sign in to comment.