We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad6972 commit b724547Copy full SHA for b724547
packages/pandas-gbq/noxfile.py
@@ -355,7 +355,7 @@ def prerelease_deps(session):
355
# any potential breaking changes. For context, see:
356
# https://github.com/googleapis/google-cloud-python/issues/854
357
session.install(
358
- "https://github.com/googleapis/python-bigquery/archive/main.zip",
+ "git+https://github.com/googleapis/google-cloud-python.git@main#subdirectory=packages/google-cloud-bigquery",
359
"git+https://github.com/googleapis/google-cloud-python.git@main#subdirectory=packages/google-cloud-bigquery-storage",
360
)
361
0 commit comments