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.
2 parents 90b2a76 + 534c6b0 commit a8a39a8Copy full SHA for a8a39a8
.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