Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit e3aa696

Browse files
committed
fix build
1 parent cb3bfd8 commit e3aa696

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def unit(session, install_grpc_gcp, install_grpc, install_async_rest):
246246
)
247247

248248

249-
@nox.session(python=PYTHON_VERSIONS)
249+
@nox.session(python=DEFAULT_PYTHON_VERSION)
250250
def prerelease_deps(session):
251251
"""Run the unit test suite."""
252252
default(session, prerelease=True)

0 commit comments

Comments
 (0)