infra: fix minimum version install to force pypi install (#21112)

pull/21113/head
Erick Friis 4 weeks ago committed by GitHub
parent fd94aa8366
commit dbdfa3d34e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -177,7 +177,7 @@ jobs:
env:
MIN_VERSIONS: ${{ steps.min-version.outputs.min-versions }}
run: |
poetry run pip install $MIN_VERSIONS
poetry run pip install --force-reinstall $MIN_VERSIONS
make tests
working-directory: ${{ inputs.working-directory }}

Loading…
Cancel
Save