Skip to content

Commit b724547

Browse files
committed
chore: updates path to main branch of google-cloud-bigquery
1 parent cad6972 commit b724547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pandas-gbq/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def prerelease_deps(session):
355355
# any potential breaking changes. For context, see:
356356
# https://github.com/googleapis/google-cloud-python/issues/854
357357
session.install(
358-
"https://github.com/googleapis/python-bigquery/archive/main.zip",
358+
"git+https://github.com/googleapis/google-cloud-python.git@main#subdirectory=packages/google-cloud-bigquery",
359359
"git+https://github.com/googleapis/google-cloud-python.git@main#subdirectory=packages/google-cloud-bigquery-storage",
360360
)
361361

0 commit comments

Comments
 (0)