Skip to content

Commit 26610b0

Browse files
Update GCS emulator. (#5355)
[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
1 parent 2ff07a5 commit 26610b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/install-gcs-emu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ die() {
3131
}
3232

3333
install_gcs(){
34-
git clone --branch v0.45.0 --depth 1 https://github.com/googleapis/storage-testbench.git /tmp/storage-testbench
34+
git clone --branch v0.49.0 --depth 1 https://github.com/googleapis/storage-testbench.git /tmp/storage-testbench
3535
# Create a virtual environment and keep it active
3636
python3 -m venv /tmp/storage-testbench-venv
3737
source /tmp/storage-testbench-venv/bin/activate

scripts/install-run-gcs-emu.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Param(
2323

2424
$ErrorActionPreference = "Stop"
2525

26-
$version = "v0.45.0"
26+
$version = "v0.49.0"
2727
$testbenchPath = "$env:TEMP\storage-testbench-$version"
2828
$venvPath = "$env:TEMP\storage-testbench-venv"
2929

0 commit comments

Comments
 (0)