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 90b2a76 commit 534c6b0Copy full SHA for 534c6b0
.github/workflows/rw_uv_run_test.yaml
@@ -118,7 +118,7 @@ jobs:
118
if: ${{ inputs.install_dependency_with_group != '' }}
119
working-directory: ${{ inputs.test_working_directory }}
120
run: |
121
- uv pip install --group=${{ inputs.install_dependency_with_group }}
+ uv sync --locked --all-extras --dev --group=${{ inputs.install_dependency_with_group }}
122
123
- name: Run pre-test script
124
if: ${{ inputs.pre_test_script != '' }}
0 commit comments