Skip to content

Commit 75233ae

Browse files
authored
fix: remove duplicate command
Signed-off-by: Abhijeet <abhijeetsaharan2236@gmail.com>
1 parent 81658dd commit 75233ae

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/pr-check-secondary-deps-test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ jobs:
4545
run: uv venv
4646

4747
- name: Install minimum dependencies and tooling
48-
run: |
49-
- name: Install minimum dependencies and tooling
50-
run: |
51-
# Minimum-deps compatibility check: use a non-editable install for stable packaging behavior.
48+
run: |
49+
# Minimum-deps compatibility check: use a non-editable install for stable packaging behavior.
5250
uv sync --all-extras --resolution=lowest-direct --no-editable
5351
5452
- name: Show resolved core dependency versions

0 commit comments

Comments
 (0)