Skip to content

Commit 0b2def2

Browse files
committed
chore: remove hardcoded python runtime in prerelease presubmit
wip
1 parent 98aa464 commit 0b2def2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run_single_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ case ${TEST_TYPE} in
6161
rm -rf docs/_build
6262
;;
6363
prerelease)
64-
nox -s prerelease_deps-3.13
64+
nox -s prerelease_deps
6565
retval=$?
6666
;;
6767
unit)

0 commit comments

Comments
 (0)