fix: correct CI dependency installation path
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
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
|
- name: Run linting
|
||||||
run: ruff check local_code_assistant/
|
run: ruff check local_code_assistant/
|
||||||
|
|||||||
Reference in New Issue
Block a user