Skip to content

Commit ec52e9c

Browse files
authored
fix update-latest (#28)
1 parent 9c39f57 commit ec52e9c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/update-latest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
with:
1919
python-version: '3.13'
2020

21+
- name: Set up uv
22+
uses: astral-sh/setup-uv@v7
23+
2124
- name: Install OS packages
2225
run: |
2326
sudo apt-get update

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea

0 commit comments

Comments
 (0)