There was an error while loading. Please reload this page.
1 parent 41c0cc5 commit b7447c6Copy full SHA for b7447c6
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