We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbf7d5 commit 8e8cd87Copy full SHA for 8e8cd87
1 file changed
ci/scripts/install_gcs_testbench.bat
@@ -24,8 +24,8 @@ set PIPX_FLAGS=--verbose
24
py -%PIPX_PYTHON_VERSION% -m pip install -U pipx|| exit /B 1
25
26
@REM Install GCS testbench %GCS_TESTBENCH_VERSION%
27
-pipx install --python py %PIPX_FLAGS% ^
+py -%PIPX_PYTHON_VERSION% -m pipx install --python py %PIPX_FLAGS% ^
28
"https://github.com/googleapis/storage-testbench/archive/%GCS_TESTBENCH_VERSION%.tar.gz" ^
29
|| exit /B 1
30
31
-pipx list --verbose
+py -%PIPX_PYTHON_VERSION% -m pipx list --verbose
0 commit comments