This commit is contained in:
@@ -14,8 +14,16 @@ jobs:
|
|||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
- name: Install and test
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd app
|
cd app
|
||||||
pip install -e ".[dev]"
|
pip install -e ".[dev]"
|
||||||
|
- name: Run tests
|
||||||
|
run: |
|
||||||
|
cd app
|
||||||
pytest tests/ -v
|
pytest tests/ -v
|
||||||
|
- name: Run linting
|
||||||
|
run: |
|
||||||
|
cd app
|
||||||
|
pip install ruff
|
||||||
|
ruff check .
|
||||||
|
|||||||
Reference in New Issue
Block a user