diff --git a/noxfile.py b/noxfile.py index c1fb53f794..a69291a42c 100644 --- a/noxfile.py +++ b/noxfile.py @@ -548,8 +548,7 @@ def prerelease(session: nox.sessions.Session, tests_path): # Ensure we catch breaking changes in the client libraries early. session.install( "--upgrade", - "-e", - "git+https://github.com/googleapis/python-bigquery.git#egg=google-cloud-bigquery", + "https://github.com/googleapis/python-bigquery/archive/main.zip", ) already_installed.add("google-cloud-bigquery") session.install(