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

Commit 38d0247

Browse files
committed
fix build
1 parent ec52e7f commit 38d0247

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
@@ -255,7 +255,7 @@ def unit(session, install_grpc_gcp, install_grpc, install_async_rest):
255255
)
256256

257257

258-
@nox.session(python=PYTHON_VERSIONS)
258+
@nox.session(python=DEFAULT_PYTHON_VERSION)
259259
def prerelease_deps(session):
260260
"""Run the unit test suite."""
261261
default(session, prerelease=True)

0 commit comments

Comments
 (0)