Skip to content

Commit

Permalink
Update GCS emulator. (#5355)
Browse files Browse the repository at this point in the history
[SC-58132](https://app.shortcut.com/tiledb-inc/story/58132/gcs-ci-fails-on-macos-after-image-bump)

Should fix `macos-latest - GCS` CI job (which has Python 3.13 for which
the old version does not provide wheels for grpcio).

---
TYPE: NO_HISTORY
  • Loading branch information
teo-tsirpanis authored Oct 22, 2024
1 parent 2ff07a5 commit 26610b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install-gcs-emu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ die() {
}

install_gcs(){
git clone --branch v0.45.0 --depth 1 https://github.com/googleapis/storage-testbench.git /tmp/storage-testbench
git clone --branch v0.49.0 --depth 1 https://github.com/googleapis/storage-testbench.git /tmp/storage-testbench
# Create a virtual environment and keep it active
python3 -m venv /tmp/storage-testbench-venv
source /tmp/storage-testbench-venv/bin/activate
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-run-gcs-emu.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Param(

$ErrorActionPreference = "Stop"

$version = "v0.45.0"
$version = "v0.49.0"
$testbenchPath = "$env:TEMP\storage-testbench-$version"
$venvPath = "$env:TEMP\storage-testbench-venv"

Expand Down

0 comments on commit 26610b0

Please sign in to comment.