File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ is_free_threaded() {
106106
107107if [ " ${CHECK_UNITTESTS} " == " ON" ]; then
108108 # Install testing dependencies
109- if [ " $( is_free_threaded) " = " ON" ] && [ " ${PYTHON:- } " = " 3.13" ]; then
109+ if [ " $( is_free_threaded) " = " ON" ] && [[ " ${PYTHON:- } " == * " 3.13" * ] ]; then
110110 echo " Free-threaded Python 3.13 build detected"
111111 python -m pip install -U -r " ${source_dir} /python/requirements-wheel-test-3.13t.txt"
112112 else
Original file line number Diff line number Diff line change @@ -131,7 +131,6 @@ jobs:
131131 - name : Test Wheel
132132 env :
133133 PYTEST_ADDOPTS : " -k 'not test_cancellation'"
134- PYTHON : " {{ python_version }}"
135134 PYTHON_GIL : {{ 0 if python_abi_tag.endswith('t') else 1 }}
136135 run : |
137136 $PYTHON -m venv test-env
You can’t perform that action at this time.
0 commit comments