From 8114c3c30037f7cbe9a170340356c3ba19713c59 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Thu, 26 Jan 2023 12:33:53 +0100 Subject: [PATCH] Fix unnecessary code --- .github/workflows/pylint-windows.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pylint-windows.yaml b/.github/workflows/pylint-windows.yaml index 81ee27c..c691485 100644 --- a/.github/workflows/pylint-windows.yaml +++ b/.github/workflows/pylint-windows.yaml @@ -24,8 +24,6 @@ jobs: python -m pip install --upgrade pip python -m pip install --upgrade setuptools if (Test-Path "npbackup/requirements.txt") { pip install -r npbackup/requirements.txt } - # Add additional windows requirements - if (Test-Path "npbackup/requirements-win.txt") { pip install -r npbackup/requirements-win.txt } - name: Lint with Pylint if: ${{ matrix.python-version == '3.9' }} run: |