Skip to content

Commit 38d0247

Browse files
committed
fix build
1 parent ec52e7f commit 38d0247

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
@@ -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)