From 7ca405bfae7dcf87fd7f6679fa71cb3351d5fb62 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 30 Sep 2024 21:25:30 +1000 Subject: [PATCH] path --- manylinux2014-wheel-build/build_depends.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/manylinux2014-wheel-build/build_depends.sh b/manylinux2014-wheel-build/build_depends.sh index aca5ecf7..c94a748b 100755 --- a/manylinux2014-wheel-build/build_depends.sh +++ b/manylinux2014-wheel-build/build_depends.sh @@ -25,8 +25,4 @@ export PKG_CONFIG_PATH="$BUILD_PREFIX/lib/pkgconfig/:$PKG_CONFIG_PATH" yum install -y devtoolset-9-gcc devtoolset-9-gcc-c++ -echo "torch" -find / -iname python3 -exit - -. .github/workflows/wheels-dependencies.sh +PATH=/opt/_internal/tools/bin/python3:$PATH . .github/workflows/wheels-dependencies.sh