revert: fix(infra): skip serdes tests in min-version release step (#36759)

This commit is contained in:
ccurme
2026-04-15 09:01:08 -04:00
committed by GitHub
parent d647311ecf
commit 311675a517

View File

@@ -356,7 +356,7 @@ jobs:
run: |
VIRTUAL_ENV=.venv uv pip install --force-reinstall --editable .
VIRTUAL_ENV=.venv uv pip install --force-reinstall $MIN_VERSIONS
make tests PYTEST_EXTRA="-q -k 'not test_serdes'"
make tests
working-directory: ${{ env.EFFECTIVE_WORKING_DIR }}
- name: Import integration test dependencies