From bde2372c3a79ac799a318369fec34c48112758ec Mon Sep 17 00:00:00 2001 From: Marcin Raba Date: Thu, 4 Jul 2024 12:29:28 +0200 Subject: [PATCH] SNOW-1519492: add export PATH in build.sh script (#516) --- ci/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/build.sh b/ci/build.sh index 85d67df7..b63c8e01 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -16,12 +16,11 @@ if [ -d "${DIST_DIR}" ]; then fi # Constants and setup +export PATH=$PATH:$HOME/.local/bin echo "[Info] Building snowflake-sqlalchemy with $PYTHON" # Clean up possible build artifacts rm -rf build generated_version.py -# ${PYTHON} -m pip install --upgrade pip setuptools wheel build -# ${PYTHON} -m build --outdir ${DIST_DIR} . export UV_NO_CACHE=true ${PYTHON} -m pip install uv hatch ${PYTHON} -m hatch build