mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 14:50:19 +00:00
Update dependency installation command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user