Skip to content

Commit

Permalink
SNOW-1519492: add export PATH in build.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mraba committed Jul 4, 2024
1 parent 71308ce commit a3219f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a3219f6

Please sign in to comment.