Skip to content

Commit 73aeecc

Browse files
authored
chore: fix google-cloud-bigquery-storage prerelease location (#142)
1 parent 3139846 commit 73aeecc

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
@@ -482,7 +482,7 @@ def prerelease_deps(session, protobuf_implementation):
482482
# TODO(https://github.com/googleapis/python-bigquery-magics/pull/126): Install this again when we relax the pin.
483483
# "https://github.com/cloudspannerecosystem/spanner-graph-notebook/archive/refs/heads/main.zip",
484484
"https://github.com/googleapis/python-bigquery/archive/main.zip",
485-
"https://github.com/googleapis/python-bigquery-storage/archive/main.zip",
485+
"https://github.com/googleapis/google-cloud-python/archive/main.zip#egg=google-cloud-bigquery-storage&subdirectory=packages/google-cloud-bigquery-storage",
486486
)
487487
# Print out prerelease package versions
488488
session.run("pip", "freeze")

0 commit comments

Comments
 (0)