Skip to content

align cuda-version with CI container image #15

align cuda-version with CI container image

align cuda-version with CI container image #15

Workflow file for this run

name: pr
on:
push:
branches:
- "pull-request/[0-9]+"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
docs-build:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
build_type: pull-request
node_type: "cpu4"
container_image: "rapidsai/ci-conda:latest"
run_script: "ci/build_docs.sh"