Skip to content

Commit

Permalink
install cuda-python for doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
leofang committed Jan 13, 2025
1 parent ef09568 commit 94ba0b7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,17 @@ jobs:
echo "CUDA_BINDINGS_ARTIFACT_NAME=${CUDA_BINDINGS_ARTIFACT_BASENAME}-${{ github.sha }}" >> $GITHUB_ENV
echo "CUDA_BINDINGS_ARTIFACTS_DIR=$(realpath "$REPO_DIR/cuda_bindings/dist")" >> $GITHUB_ENV
- name: Download cuda-python build artifacts
uses: actions/download-artifact@v4
with:
name: cuda-python-wheel
path: .

- name: Display structure of downloaded cuda-python artifacts
run: |
pwd
ls -lahR .
- name: Download cuda.bindings build artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -102,6 +113,8 @@ jobs:
pip install *.whl
popd
pip install cuda_python*.whl
- name: Build all (latest) docs
id: build
run: |
Expand Down

0 comments on commit 94ba0b7

Please sign in to comment.