We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ba0b7 commit 9818914Copy full SHA for 9818914
.github/workflows/build-and-test.yml
@@ -170,7 +170,8 @@ jobs:
170
path: ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}/*.whl
171
if-no-files-found: error
172
173
- # overwrite: true has a race condition among parallel jobs, so we let job 0 do the work
+ # upload-artifact's "overwrite: true" option has a race condition among parallel
174
+ # jobs, so we let job 0 do the work
175
- name: Build and check cuda-python wheel
176
if: ${{ strategy.job-index == 0 }}
177
run: |
0 commit comments