diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2cddb36c..1b64eb4f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,8 +31,6 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - python3 -m pip install --upgrade pip - pip3 install ruff if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi - name: Analysing the code with ruff run: |