From 6208e4b340d64974aa260cf1c98f47c1ee8133d8 Mon Sep 17 00:00:00 2001 From: Linchin Date: Wed, 17 Sep 2025 22:17:57 +0000 Subject: [PATCH] test: update prerelease installation path --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 46ed3007..e2e9f723 100644 --- a/noxfile.py +++ b/noxfile.py @@ -346,7 +346,7 @@ def prerelease(session): # https://github.com/googleapis/python-bigquery-pandas/issues/854 session.install( "https://github.com/googleapis/python-bigquery/archive/main.zip", - "https://github.com/googleapis/python-bigquery-storage/archive/main.zip", + "git+https://github.com/googleapis/google-cloud-python.git@main#subdirectory=packages/google-cloud-bigquery-storage", ) # Because we test minimum dependency versions on the minimum Python