We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00919ba commit d647311Copy full SHA for d647311
1 file changed
.github/workflows/_release.yml
@@ -356,7 +356,7 @@ jobs:
356
run: |
357
VIRTUAL_ENV=.venv uv pip install --force-reinstall --editable .
358
VIRTUAL_ENV=.venv uv pip install --force-reinstall $MIN_VERSIONS
359
- make tests
+ make tests PYTEST_EXTRA="-q -k 'not test_serdes'"
360
working-directory: ${{ env.EFFECTIVE_WORKING_DIR }}
361
362
- name: Import integration test dependencies
0 commit comments