We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e41a4a commit 656783fCopy full SHA for 656783f
2 files changed
.github/workflows/unittest.yml
@@ -87,7 +87,7 @@ jobs:
87
strategy:
88
matrix:
89
python: ["3.14"]
90
- option: ["core_deps_from_source"]
+ option: ["core_deps_from_source-3.14"]
91
steps:
92
- name: Checkout
93
uses: actions/checkout@v4
ci/run_single_test.sh
@@ -61,7 +61,7 @@ case ${TEST_TYPE} in
61
rm -rf docs/_build
62
;;
63
prerelease)
64
- nox -s prerelease_deps
+ nox -s prerelease_deps-3.14
65
retval=$?
66
67
unit)
0 commit comments