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