From f4a65236ee3cd1d512883a9169399bcafa0f64fe Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 17 Sep 2024 10:12:17 -0700 Subject: [PATCH] infra: only force reinstall on release (#26580) --- .github/workflows/_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 8928722d6ca..9d01508367e 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -58,7 +58,7 @@ jobs: env: MIN_VERSIONS: ${{ steps.min-version.outputs.min-versions }} run: | - poetry run pip install --force-reinstall $MIN_VERSIONS --editable . + poetry run pip install $MIN_VERSIONS make tests working-directory: ${{ inputs.working-directory }}