We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08dfb6 commit 67e651bCopy full SHA for 67e651b
.github/workflows/_release.yml
@@ -289,7 +289,8 @@ jobs:
289
env:
290
MIN_VERSIONS: ${{ steps.min-version.outputs.min-versions }}
291
run: |
292
- VIRTUAL_ENV=.venv uv pip install --force-reinstall $MIN_VERSIONS --editable .
+ VIRTUAL_ENV=.venv uv pip install --force-reinstall --editable .
293
+ VIRTUAL_ENV=.venv uv pip install --force-reinstall $MIN_VERSIONS
294
make tests
295
working-directory: ${{ inputs.working-directory }}
296
0 commit comments