Skip to content

Commit e3aa696

Browse files
committed
fix build
1 parent cb3bfd8 commit e3aa696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)