Skip to content

raise if (device_type, device_id) is not found in the DLPack mappings #170

raise if (device_type, device_id) is not found in the DLPack mappings

raise if (device_type, device_id) is not found in the DLPack mappings #170

Workflow file for this run

name: Docs Build
on: [push, pull_request]
jobs:
docs-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.0
- uses: actions/setup-python@v6.2.0
- name: Install Dependencies
run: |
python -m pip install -r docs/requirements.txt
- name: Build Docs
run: |
cd docs
make html
- name: Upload Artifact
uses: actions/upload-artifact@v7
with:
name: docs-build
path: docs/_build/html