Skip to content

Commit 21edbeb

Browse files
authored
Remove version from setup-uv action
Removed version specification for the 'setup-uv' action in the workflow.
1 parent f7545e8 commit 21edbeb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/shared.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
uses: astral-sh/setup-uv@v6
4747
with:
4848
enable-cache: true
49-
version: 0.7.2
5049

5150
- name: Install the project
5251
run: uv sync --frozen --all-extras --python ${{ matrix.python-version }} --resolution ${{ matrix.dep-resolution }}
@@ -62,7 +61,6 @@ jobs:
6261
- uses: astral-sh/setup-uv@v6
6362
with:
6463
enable-cache: true
65-
version: 0.7.2
6664

6765
- name: Install dependencies
6866
run: uv sync --frozen --all-extras --python 3.10

0 commit comments

Comments
 (0)