Skip to content

Commit 229d39e

Browse files
committed
ensure folders are empty
1 parent c0bf5d4 commit 229d39e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-wheel.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,17 @@ jobs:
122122
echo "LATEST_PRIOR_RUN_ID not found!"
123123
exit 1
124124
fi
125+
125126
gh run download $LATEST_PRIOR_RUN_ID -p ${OLD_BASENAME} -R NVIDIA/cuda-python
126127
ls -al $OLD_BASENAME
127128
mkdir -p "${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}"
128129
mv $OLD_BASENAME/*.whl "${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}"/
130+
rmdir $OLD_BASENAME
129131
130132
gh run download $LATEST_PRIOR_RUN_ID -p cuda-python-wheel -R NVIDIA/cuda-python
133+
ls -al cuda-python-wheel
131134
mv cuda-python-wheel/*.whl .
135+
rmdir cuda-python-wheel
132136
133137
- name: Display structure of downloaded cuda-python artifacts
134138
run: |

0 commit comments

Comments
 (0)