chore(ci): install deps

This commit is contained in:
2025-04-30 16:46:02 +03:00
parent 5961f4e65e
commit 40f2efa564

View File

@@ -23,7 +23,7 @@ jobs:
shell: bash
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov ruff
pip install -r requirements.txt
- name: Run Ruff linting
shell: bash