Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 4b982bd

Browse files
authored
Update validate-linux-binaries.yml
1 parent 16d0796 commit 4b982bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/validate-linux-binaries.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,4 @@ jobs:
9898
conda create -yp ${ENV_NAME} python=${{ inputs.python_version }} numpy
9999
export LD_LIBRARY_PATH="$(dirname $(which python))/lib"
100100
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/cuda/lib
101-
cd libtorch
102-
sudo -E conda run -p ${ENV_NAME} env LD_LIBRARY_PATH=${LD_LIBRARY_PATH} bash ./check_binary.sh
101+
sudo -E conda run -p ${ENV_NAME} --cwd libtorch env LD_LIBRARY_PATH=${LD_LIBRARY_PATH} bash ./check_binary.sh

0 commit comments

Comments
 (0)