Skip to content

Commit 656783f

Browse files
committed
specify python version
1 parent 4e41a4a commit 656783f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
strategy:
8888
matrix:
8989
python: ["3.14"]
90-
option: ["core_deps_from_source"]
90+
option: ["core_deps_from_source-3.14"]
9191
steps:
9292
- name: Checkout
9393
uses: actions/checkout@v4

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
64+
nox -s prerelease_deps-3.14
6565
retval=$?
6666
;;
6767
unit)

0 commit comments

Comments
 (0)