File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ jobs:
193193 shell : bash
194194 - if : ${{ matrix.os != 'macos-latest' && matrix.python-version == '3.12' }}
195195 name : Run tests (excluding doctests and udf tests)
196- run : python -m tox -e "py${PYTHON_VERSION/\./}-notdoctest-notudf -ci"
196+ run : python -m tox -e "py${PYTHON_VERSION/\./}-notudfdoctest -ci"
197197 env :
198198 PYTHON_VERSION : ${{ matrix.python-version }}
199199 cloud_provider : ${{ matrix.cloud-provider }}
@@ -456,7 +456,7 @@ jobs:
456456 shell : bash
457457 - if : ${{ matrix.python-version == '3.12' }}
458458 name : Run tests for AST (II/II) (excluding udf tests)
459- run : python -m tox -e "py${PYTHON_VERSION/\./}-notdoctest-notudf -ci"
459+ run : python -m tox -e "py${PYTHON_VERSION/\./}-notudfdoctest -ci"
460460 env :
461461 PYTHON_VERSION : ${{ matrix.python-version }}
462462 cloud_provider : ${{ matrix.cloud-provider }}
You can’t perform that action at this time.
0 commit comments