From 311675a517f51ec6c77454124293c58df517e952 Mon Sep 17 00:00:00 2001 From: ccurme Date: Wed, 15 Apr 2026 09:01:08 -0400 Subject: [PATCH] revert: fix(infra): skip serdes tests in min-version release step (#36759) --- .github/workflows/_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 663848f2655..9ba6ee5f54a 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -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