Skip to content

Commit 7eec5d0

Browse files
authored
Avoid duplicate setup of uv. (#84)
1 parent a67888f commit 7eec5d0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
1616
os: [ubuntu-latest, macos-latest]
1717
fail-fast: false
1818
steps:
19-
- name: Install Python ${{ matrix.python-version }} with the latest version of uv.
20-
uses: astral-sh/setup-uv@v5
21-
with:
22-
python-version: ${{ matrix.python-version }}
2319
- name: Install the latest version of uv.
2420
uses: astral-sh/setup-uv@v5
2521
with:

0 commit comments

Comments
 (0)