diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 1a227de4ae9..74742de995f 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -289,7 +289,8 @@ jobs: env: MIN_VERSIONS: ${{ steps.min-version.outputs.min-versions }} run: | - VIRTUAL_ENV=.venv uv pip install --force-reinstall $MIN_VERSIONS --editable . + VIRTUAL_ENV=.venv uv pip install --force-reinstall --editable . + VIRTUAL_ENV=.venv uv pip install --force-reinstall $MIN_VERSIONS make tests working-directory: ${{ inputs.working-directory }}