Update main.yml

pull/1760/head
Sondre 2 years ago committed by GitHub
parent ab516956b3
commit dd2de334b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save