This commit is contained in:
@@ -15,11 +15,16 @@ jobs:
|
||||
with:
|
||||
python-version: "3.11"
|
||||
|
||||
- name: Install deps
|
||||
- name: Install tooling
|
||||
run: |
|
||||
python -m pip install -U pip
|
||||
pip install -r requirements.txt
|
||||
pip install -r requirements-dev.txt
|
||||
pip install pytest
|
||||
|
||||
- name: Install project (if pyproject exists)
|
||||
run: |
|
||||
if [ -f pyproject.toml ]; then
|
||||
pip install -e .
|
||||
fi
|
||||
|
||||
- name: Lint (ruff)
|
||||
run: ruff check .
|
||||
|
||||
Reference in New Issue
Block a user