mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-05 20:27:38 -07:00
CI: create uv venv before installing deps
This commit is contained in:
@@ -23,7 +23,9 @@ jobs:
|
||||
run: python -m pip install --upgrade pip uv pytest
|
||||
|
||||
- name: Install project dependencies
|
||||
run: uv pip install .
|
||||
run: |
|
||||
uv venv
|
||||
uv pip install .
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user