mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-03 10:14:49 +08:00
Fix unnecessary code
This commit is contained in:
parent
f478db8be9
commit
8114c3c300
1 changed files with 0 additions and 2 deletions
2
.github/workflows/pylint-windows.yaml
vendored
2
.github/workflows/pylint-windows.yaml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue