We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246038b commit 23d8547Copy full SHA for 23d8547
.github/actions/docs-build/action.yml
@@ -16,7 +16,7 @@ runs:
16
- name: Install build dependencies
17
shell: bash --noprofile --norc -euo pipefail {0}
18
run: |
19
- conda install -n docs-build -c conda-forge clangdev=20 cmake>=3.29 ninja flex bison git c-compiler cxx-compiler make
+ conda install -n docs-build -c conda-forge clangdev=20 cmake>=3.29 ninja flex bison git c-compiler cxx-compiler make cuda-cudart
20
- name: Install Python dependencies for docs
21
22
0 commit comments