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",