Skip to content

Commit 94ba0b7

Browse files
committed
install cuda-python for doc build
1 parent ef09568 commit 94ba0b7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build-docs.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,17 @@ jobs:
7070
echo "CUDA_BINDINGS_ARTIFACT_NAME=${CUDA_BINDINGS_ARTIFACT_BASENAME}-${{ github.sha }}" >> $GITHUB_ENV
7171
echo "CUDA_BINDINGS_ARTIFACTS_DIR=$(realpath "$REPO_DIR/cuda_bindings/dist")" >> $GITHUB_ENV
7272
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+
7384
- name: Download cuda.bindings build artifacts
7485
uses: actions/download-artifact@v4
7586
with:
@@ -102,6 +113,8 @@ jobs:
102113
pip install *.whl
103114
popd
104115
116+
pip install cuda_python*.whl
117+
105118
- name: Build all (latest) docs
106119
id: build
107120
run: |

0 commit comments

Comments
 (0)