fix: ensure local package installation in validation workflow

This commit is contained in:
github-actions[bot]
2025-10-25 22:48:35 +11:00
parent 4c46a50453
commit 5f132d8c73

View File

@@ -25,6 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install ruff mypy
- name: Run Ruff linter