fix: correct CI dependency installation path
Some checks failed
CI / test (push) Failing after 4m43s
CI / build (push) Has been skipped

This commit is contained in:
2026-01-31 16:06:10 +00:00
parent ec57e132dd
commit 08b5c2462c

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt pytest
pip install -e local_code_assistant/[dev] pytest pytest-cov
- name: Run linting
run: ruff check local_code_assistant/