fix: add dependency installation
All checks were successful
CI / test (push) Successful in 11s

This commit is contained in:
2026-02-02 04:39:16 +00:00
parent 3ec222dbb8
commit 7dd57d3efa

View File

@@ -12,4 +12,8 @@ jobs:
with: with:
python-version: '3.11' python-version: '3.11'
- run: echo "Python setup done" - name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install click pyyaml rich pytest ruff
python3 -m pip install -e .