File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 70
70
echo "CUDA_BINDINGS_ARTIFACT_NAME=${CUDA_BINDINGS_ARTIFACT_BASENAME}-${{ github.sha }}" >> $GITHUB_ENV
71
71
echo "CUDA_BINDINGS_ARTIFACTS_DIR=$(realpath "$REPO_DIR/cuda_bindings/dist")" >> $GITHUB_ENV
72
72
73
+ - name : Download cuda-python build artifacts
74
+ uses : actions/download-artifact@v4
75
+ with :
76
+ name : cuda-python-wheel
77
+ path : .
78
+
79
+ - name : Display structure of downloaded cuda-python artifacts
80
+ run : |
81
+ pwd
82
+ ls -lahR .
83
+
73
84
- name : Download cuda.bindings build artifacts
74
85
uses : actions/download-artifact@v4
75
86
with :
@@ -102,6 +113,8 @@ jobs:
102
113
pip install *.whl
103
114
popd
104
115
116
+ pip install cuda_python*.whl
117
+
105
118
- name : Build all (latest) docs
106
119
id : build
107
120
run : |
You can’t perform that action at this time.
0 commit comments