diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3e6f94f1..c1ac2548 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |