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 bc37827 commit b65b1f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ 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'
- julia --project='.' -e '
using Pkg;
Expand Down

0 comments on commit b65b1f2

Please sign in to comment.