We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe98f84 commit b49282aCopy full SHA for b49282a
.github/workflows/python-ci.yml
@@ -221,5 +221,5 @@ jobs:
221
# CIBW_TEST_COMMAND: uv run --directory {project} pytest tests/avro/test_decoder.py
222
- name: Mirror wheel CIBW_BEFORE_TEST
223
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
+ - name: Mirror wheel CIBW_TEST_COMMAND
+ run: uv run --directory . pytest tests/avro/test_decoder.py
0 commit comments