Update main.yml
This commit is contained in:
parent
ab516956b3
commit
dd2de334b5
|
|
@ -21,6 +21,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install ruff pytest
|
||||
pip install flake8 pytest
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
- name: Lint with ruff
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue