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 b65b1f2 commit 7e5e804
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ steps:
- JuliaCI/julia-coverage#v1:
codecov: true
command:
- echo 'Julia version $${JULIA_VERSION}'
- echo 'Julia executable $${JULIA_EXECUTABLE}'
- echo 'Julia depot path $${JULIA_DEPOT_PATH}'
- mkdir -p '$${JULIA_DEPOT_PATH}/conda/3/x86_64'
- echo "Julia version $${JULIA_VERSION}"
- echo "Julia executable $${JULIA_EXECUTABLE}"
- echo "Julia depot path $${JULIA_DEPOT_PATH}"
- mkdir -p "$${JULIA_DEPOT_PATH}/conda/3/x86_64"
- julia --project='.' -e '
using Pkg;
Pkg.add("QuantumSavory");
Expand Down

0 comments on commit 7e5e804

Please sign in to comment.