mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-28 14:47:22 -07:00
CI: install project deps before pytest
This commit is contained in:
@@ -22,6 +22,9 @@ jobs:
|
||||
- name: Install uv
|
||||
run: python -m pip install --upgrade pip uv pytest
|
||||
|
||||
- name: Install project dependencies
|
||||
run: uv pip install .
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
HATE_CRACK_RUN_E2E: "0"
|
||||
|
||||
Reference in New Issue
Block a user