diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index e4b24a52b..662e7a5fd 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -13,12 +13,12 @@ steps: - JuliaCI/julia-test#v1: ~ - JuliaCI/julia-coverage#v1: codecov: true -# command: | -# julia -e ' -# using Pkg -# Pkg.add("QuantumSavory") -# Pkg.build("QuantumSavory") -# Pkg.test("QuantumSavory") -# Pkg.add("BPGates") -# Pkg.build("BPGates") -# Pkg.test("BPGates")' \ No newline at end of file + command: | + julia -e --project='.' ' + using Pkg + Pkg.add("QuantumSavory") + Pkg.build("QuantumSavory") + Pkg.test("QuantumSavory") + Pkg.add("BPGates") + Pkg.build("BPGates") + Pkg.test("BPGates")' \ No newline at end of file