Skip to content

Commit

Permalink
SNOW-1055755: build_snowflake_cli.bat 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mraba committed Aug 27, 2024
1 parent 94026d6 commit 326df72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/packaging/win/build_snowflake_cli.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ echo %PATH%
"C:\Program Files\Python310\python.exe" --version
"C:\Program Files\Python310\python.exe" -m pip install --upgrade pip uv hatch



FOR /F "delims=" %%I IN ("C:\Program Files\Python310\python.exe -m hatch version") DO CLI_VERSION=%%I
FOR /F "delims=" %%I IN ('"C:\Program Files\Python310\python.exe" -m hatch version') DO CLI_VERSION=%%I

echo %CLI_VERSION%

Expand Down

0 comments on commit 326df72

Please sign in to comment.