Update main.yml

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

@ -20,8 +20,7 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install ruff pytest pip install ruff flake8 pytest
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with ruff - name: Lint with ruff
run: | run: |

Loading…
Cancel
Save