We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81658dd commit 75233aeCopy full SHA for 75233ae
1 file changed
.github/workflows/pr-check-secondary-deps-test.yml
@@ -45,10 +45,8 @@ jobs:
45
run: uv venv
46
47
- name: Install minimum dependencies and tooling
48
- run: |
49
- - name: Install minimum dependencies and tooling
50
51
- # Minimum-deps compatibility check: use a non-editable install for stable packaging behavior.
+ run: |
+ # Minimum-deps compatibility check: use a non-editable install for stable packaging behavior.
52
uv sync --all-extras --resolution=lowest-direct --no-editable
53
54
- name: Show resolved core dependency versions
0 commit comments