This commit is contained in:
@@ -25,11 +25,11 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install -r requirements.txt
|
python -m pip install -r local-llm-prompt-manager/requirements.txt
|
||||||
python -m pip install pytest pytest-cov ruff
|
python -m pip install pytest pytest-cov ruff
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: python -m pytest tests/ -v --tb=short
|
run: python -m pytest local-llm-prompt-manager/tests/ -v --tb=short
|
||||||
|
|
||||||
- name: Run linting
|
- name: Run linting
|
||||||
run: python -m ruff check src/
|
run: python -m ruff check local-llm-prompt-manager/src/
|
||||||
|
|||||||
Reference in New Issue
Block a user