Skip to content

Commit ab061a7

Browse files
update setup-uv version
They don't allow v8 anymore and we have to pin the exact number since v8.
1 parent 0084b8c commit ab061a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/notebooks-check_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v6
2424
- name: Install uv
25-
uses: astral-sh/setup-uv@v8
25+
uses: astral-sh/setup-uv@v8.1.0
2626
- name: Setup python 3.10
2727
uses: actions/setup-python@v6
2828
with:

0 commit comments

Comments
 (0)