Skip to content

Commit 8372c60

Browse files
committed
fix
1 parent 585379d commit 8372c60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
--prefix=${CONDA_PREFIX} \
7474
--nvccflags="-gencode arch=compute_${COMPUTE_CAPABILITY},code=sm_${COMPUTE_CAPABILITY} -O2" \
7575
--disable-doc \
76+
--enable-rpath \
7677
--disable-static \
7778
--enable-protocol=https \
7879
--enable-gnutls \
@@ -87,8 +88,8 @@ jobs:
8788
make clean
8889
make -j > /dev/null 2>&1
8990
make install
90-
export LD_LIBRARY_PATH="{CONDA_PREFIX}/lib"
9191
)
92+
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:{CONDA_PREFIX}/lib"
9293
9394
# Install PyTorch
9495
set -ex

0 commit comments

Comments
 (0)