fix: resolve CI workflow dependency installation
Some checks failed
CI / test (push) Failing after 9s

This commit is contained in:
2026-02-04 02:37:00 +00:00
parent da49168a7d
commit 1076e8e41c

View File

@@ -20,7 +20,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e ".[dev]"
pip install pytest pytest-cov
pip install PyYAML click
- name: Run tests
run: |