Skip to content

Commit 5e95909

Browse files
committed
use correct tag
1 parent b6f6dd1 commit 5e95909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/precommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)