Skip to content

Commit 521a7a0

Browse files
committed
correct setup-uv version
1 parent 7201531 commit 521a7a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v6
1818
- name: Install uv
19-
uses: astral-sh/setup-uv@v8
19+
uses: "astral-sh/setup-uv@v8.0.0"
2020
- name: Set up Python ${{ matrix.python-version }}
2121
run: uv python install ${{ matrix.python-version }}
2222
- name: Install dependencies

0 commit comments

Comments
 (0)