We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0187b7c commit a1a3516Copy full SHA for a1a3516
noxfile.py
@@ -346,7 +346,7 @@ def prerelease(session):
346
# https://github.com/googleapis/python-bigquery-pandas/issues/854
347
session.install(
348
"https://github.com/googleapis/python-bigquery/archive/main.zip",
349
- "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",
350
)
351
352
# Because we test minimum dependency versions on the minimum Python
0 commit comments