We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f0128 commit 9c36f4eCopy full SHA for 9c36f4e
.github/workflows/docs.yaml
@@ -38,6 +38,7 @@ jobs:
38
run: |
39
find $CONDA_PREFIX/lib -type f -iname libnvtoolsext\*.so | xargs ldd || true
40
find $CONDA_PREFIX/lib64 -type f -iname libnvtoolsext\*.so | xargs ldd || true
41
+ find $CONDA_PREFIX -name cuda_cmake_macros.h
42
ENABLE_CUDA=1 python -m pip install -e ".[dev]" --no-build-isolation -vvv
43
- name: Install doc dependencies
44
0 commit comments