Skip to content

Commit b49282a

Browse files
committed
run the same command
1 parent fe98f84 commit b49282a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,5 @@ jobs:
221221
# CIBW_TEST_COMMAND: uv run --directory {project} pytest tests/avro/test_decoder.py
222222
- name: Mirror wheel CIBW_BEFORE_TEST
223223
run: uv sync --directory . --only-group dev --no-install-project
224-
- name: Mirror wheel CIBW_TEST_COMMAND (collection only)
225-
run: uv run --directory . pytest --collect-only tests/avro/test_decoder.py -q
224+
- name: Mirror wheel CIBW_TEST_COMMAND
225+
run: uv run --directory . pytest tests/avro/test_decoder.py

0 commit comments

Comments
 (0)