fix: resolve CI linting failures and test path
This commit is contained in:
@@ -35,9 +35,9 @@ jobs:
|
|||||||
pip install -e ".[dev]"
|
pip install -e ".[dev]"
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: python -m pytest tests/ -v --tb=short
|
run: python -m pytest errorfix/tests/ -v --tb=short
|
||||||
|
|
||||||
- name: Run linting
|
- name: Run linting
|
||||||
run: |
|
run: |
|
||||||
pip install ruff
|
pip install ruff
|
||||||
ruff check errorfix/ tests/
|
ruff check errorfix/ tests/
|
||||||
|
|||||||
Reference in New Issue
Block a user