CI: install project deps before pytest

This commit is contained in:
Justin Bollinger
2026-01-31 23:24:19 -05:00
parent e163e58f93
commit 0fdb3005df
+3
View File
@@ -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"