Skip to content

Commit f10b29c

Browse files
committed
fix workflow
Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent 3de3436 commit f10b29c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
- name: Install uv
2222
run: pip install uv
2323

24-
- name: Install dependencies
25-
run: source start.sh
26-
2724
- name: cd into backend directory
2825
run: cd bindings/python
2926

27+
- name: Install dependencies
28+
run: source start.sh
29+
3030
- name: Run tests
3131
run: make test
3232

0 commit comments

Comments
 (0)