Skip to content

Commit 0a09081

Browse files
committed
update CI to use uv
1 parent e0b6585 commit 0a09081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: uv python install
3030

3131
- name: Install dependencies
32-
run: make install-lint
32+
run: make install-dependencies
3333

3434
- name: Run check-python
3535
run: make check-python
@@ -60,7 +60,7 @@ jobs:
6060
run: uv python install
6161

6262
- name: Install dependencies
63-
run: make install
63+
run: make install-dependencies
6464

6565
- name: Run tests
6666
run: make test

0 commit comments

Comments
 (0)