Skip to content

Commit c62a502

Browse files
committed
Fix action after UV switch pt.2
1 parent d065049 commit c62a502

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
run: uv sync --dev
2323

2424
- name: Build C extension
25-
run: invoke build.all
25+
run: uv run invoke build.all
2626

2727
- name: Lint
28-
run: invoke lint
28+
run: uv run invoke lint
2929

3030
- name: Test
31-
run: invoke test
31+
run: uv run invoke test

0 commit comments

Comments
 (0)