Skip to content

Commit a1a3516

Browse files
authored
test: update prerelease installation path (#948)
1 parent 0187b7c commit a1a3516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def prerelease(session):
346346
# https://github.com/googleapis/python-bigquery-pandas/issues/854
347347
session.install(
348348
"https://github.com/googleapis/python-bigquery/archive/main.zip",
349-
"https://github.com/googleapis/python-bigquery-storage/archive/main.zip",
349+
"git+https://github.com/googleapis/google-cloud-python.git@main#subdirectory=packages/google-cloud-bigquery-storage",
350350
)
351351

352352
# Because we test minimum dependency versions on the minimum Python

0 commit comments

Comments
 (0)