Skip to content

Commit

Permalink
Do not use py launcher.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Feb 6, 2025
1 parent a0c12a1 commit 99cdaa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install-run-gcs-emu.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ if (!$RunTestbench) {
Write-Host "Installing Google Cloud Storage Testbench..."
git clone --branch $version --depth 1 https://github.com/googleapis/storage-testbench.git $testbenchPath
Write-Host "Setting up Python virtual environment..."
py -m venv $venvPath
python -m venv $venvPath
& $venvPath\Scripts\activate
py -m pip install -e $testbenchPath
python -m pip install -e $testbenchPath
}
}

Expand Down

0 comments on commit 99cdaa3

Please sign in to comment.