Update dependency installation command

This commit is contained in:
2024-03-30 20:27:30 -04:00
parent 7c19eca78a
commit eb9cddc8c2
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: pip install -e . && pip install -r requirements.txt
run: pip install uv && uv pip install -r requirements.txt
- name: Test with pytest
run: pytest