Skip to content

Commit 8e8cd87

Browse files
committed
Use pipx through py -%PIPX_PYTHON_VERSION%
1 parent 8bbf7d5 commit 8e8cd87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/scripts/install_gcs_testbench.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ set PIPX_FLAGS=--verbose
2424
py -%PIPX_PYTHON_VERSION% -m pip install -U pipx|| exit /B 1
2525

2626
@REM Install GCS testbench %GCS_TESTBENCH_VERSION%
27-
pipx install --python py %PIPX_FLAGS% ^
27+
py -%PIPX_PYTHON_VERSION% -m pipx install --python py %PIPX_FLAGS% ^
2828
"https://github.com/googleapis/storage-testbench/archive/%GCS_TESTBENCH_VERSION%.tar.gz" ^
2929
|| exit /B 1
3030

31-
pipx list --verbose
31+
py -%PIPX_PYTHON_VERSION% -m pipx list --verbose

0 commit comments

Comments
 (0)