Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok committed Feb 13, 2023
1 parent 9e08117 commit 805cdb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
--prefix=${CONDA_PREFIX} \
--nvccflags="-gencode arch=compute_${COMPUTE_CAPABILITY},code=sm_${COMPUTE_CAPABILITY} -O2" \
--disable-doc \
--enable-rpath \
--disable-static \
--enable-protocol=https \
--enable-gnutls \
Expand All @@ -87,8 +88,8 @@ jobs:
make clean
make -j > /dev/null 2>&1
make install
export LD_LIBRARY_PATH="{CONDA_PREFIX}/lib"
)
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:{CONDA_PREFIX}/lib"
# Install PyTorch
set -ex
Expand Down

0 comments on commit 805cdb5

Please sign in to comment.