From e8d4f1004071c1c02519e1ce6595e944536544ab Mon Sep 17 00:00:00 2001 From: jialuo Date: Wed, 7 Jan 2026 23:03:01 +0000 Subject: [PATCH] test: this is for test purpose --- noxfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/noxfile.py b/noxfile.py index 7626a49adf..82eadaa11d 100644 --- a/noxfile.py +++ b/noxfile.py @@ -755,6 +755,7 @@ def notebook(session: nox.Session): "Set GOOGLE_CLOUD_PROJECT environment variable to run notebook session." ) + session.install("google-auth<2.42.0") session.install("-e", ".[all]") session.install( "pytest",