Skip to content

Commit 9c36f4e

Browse files
committed
.
1 parent e8f0128 commit 9c36f4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
run: |
3939
find $CONDA_PREFIX/lib -type f -iname libnvtoolsext\*.so | xargs ldd || true
4040
find $CONDA_PREFIX/lib64 -type f -iname libnvtoolsext\*.so | xargs ldd || true
41+
find $CONDA_PREFIX -name cuda_cmake_macros.h
4142
ENABLE_CUDA=1 python -m pip install -e ".[dev]" --no-build-isolation -vvv
4243
- name: Install doc dependencies
4344
run: |

0 commit comments

Comments
 (0)