Skip to content

Commit 34798ab

Browse files
committed
fix TEST CI
1 parent 5b9740b commit 34798ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Install dependencies
2222
run: |
23-
uv pip install -r requirements.txt
23+
uv pip install -r requirements-dev.txt
2424
2525
- name: run Tests
2626
run: |

0 commit comments

Comments
 (0)