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 c0bf5d4 commit 229d39eCopy full SHA for 229d39e
.github/workflows/test-wheel.yml
@@ -122,13 +122,17 @@ jobs:
122
echo "LATEST_PRIOR_RUN_ID not found!"
123
exit 1
124
fi
125
+
126
gh run download $LATEST_PRIOR_RUN_ID -p ${OLD_BASENAME} -R NVIDIA/cuda-python
127
ls -al $OLD_BASENAME
128
mkdir -p "${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}"
129
mv $OLD_BASENAME/*.whl "${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}"/
130
+ rmdir $OLD_BASENAME
131
132
gh run download $LATEST_PRIOR_RUN_ID -p cuda-python-wheel -R NVIDIA/cuda-python
133
+ ls -al cuda-python-wheel
134
mv cuda-python-wheel/*.whl .
135
+ rmdir cuda-python-wheel
136
137
- name: Display structure of downloaded cuda-python artifacts
138
run: |
0 commit comments