From cbb0bf4d02671b07cbf67e92059a9752dafdee91 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 29 Nov 2023 00:22:28 +0000 Subject: [PATCH] build: use standard install in prerelease nox session --- noxfile.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(