Skip to content

Commit

Permalink
infra: only force reinstall on release (#26580)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Sep 17, 2024
1 parent 06cde06 commit f4a6523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit f4a6523

Please sign in to comment.