Skip to content

Commit aef03d7

Browse files
authored
chore: remove hardcoded python runtime in prerelease presubmit (#14607)
Remove hardcoded python runtime for the prerelease presubmit to resolve the failure in #14606 where we want to run prerelease tests with python 3.14
1 parent 98aa464 commit aef03d7

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)