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

Commit 5fee69d

Browse files
authored
Update validate-linux-binaries.yml
1 parent 4b982bd commit 5fee69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +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-
sudo -E conda run -p ${ENV_NAME} --cwd libtorch 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)