Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .buildkite/release-pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
steps:
- block: "Build wheel"
key: block-build-wheel

- label: "Build wheel - CUDA {{matrix.cuda_version}}"
depends_on: block-build-wheel
agents:
queue: cpu_queue
commands:
Expand Down