Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Jan 27, 2024
1 parent 4cd4c4f commit 81aea31
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 @@ -5,7 +5,7 @@ env:
PYCALL_DEBUG_BUILD: yes

steps:
- label: "CI Buildkite"
- label: "Package Tests CI on Buildkite"
plugins:
- JuliaCI/julia#v1:
version: "1"
Expand All @@ -24,7 +24,7 @@ steps:
Pkg.build("PyCall");
println("and now we dev the current package");
pkg"dev .";'
- label: "CI Downstream Breakage Buildkite"
- label: "Downstream Breakage CI on Buildkite"
plugins:
- JuliaCI/julia#v1:
version: "1"
Expand Down

0 comments on commit 81aea31

Please sign in to comment.