Skip to content

Commit faa906b

Browse files
authored
SNOW-730503: pip install awscli in windows build script (#1410)
* SNOW-730503: pip install awscli in windows build script * Update ci/build_windows.bat remove redundant install * SNOW-730503: pip install in one line
1 parent f420c26 commit faa906b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build_windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if %errorlevel% neq 0 goto :error
1919
call %venv_dir%\scripts\activate
2020
if %errorlevel% neq 0 goto :error
2121

22-
python -m pip install --upgrade pip setuptools wheel
22+
python -m pip install --upgrade pip awscli setuptools wheel
2323
if %errorlevel% neq 0 goto :error
2424

2525
(for %%v in (%python_versions%) do (

0 commit comments

Comments
 (0)