Update main.yml

This commit is contained in:
Sondre
2023-03-29 14:36:41 +02:00
committed by GitHub
parent dd2de334b5
commit 18ab1e975d
+1 -2
View File
@@ -20,8 +20,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install ruff pytest
pip install flake8 pytest
pip install ruff flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with ruff
run: |