From ee7303ec7267c52441815f7b3110827417d1100a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Michel=20De=20Rainville?= Date: Sat, 13 Feb 2021 14:01:00 -0500 Subject: [PATCH] Remove linting from CI tests --- .azure-pipelines/ci.yml | 5 ----- .azure-pipelines/linting.yml | 8 -------- 2 files changed, 13 deletions(-) diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml index cc2c26131..eac6f1a34 100644 --- a/.azure-pipelines/ci.yml +++ b/.azure-pipelines/ci.yml @@ -31,8 +31,3 @@ steps: pip install pytest pytest-azurepipelines pytest-cov pytest . displayName: 'Run tests' - -- script: | - pip install flake8 - flake8 . - displayName: 'Run linting' diff --git a/.azure-pipelines/linting.yml b/.azure-pipelines/linting.yml index 61f820710..b249f5123 100644 --- a/.azure-pipelines/linting.yml +++ b/.azure-pipelines/linting.yml @@ -7,14 +7,6 @@ steps: inputs: versionSpec: '3.9' -- script: | - python -m pip install --upgrade pip wheel - displayName: 'Install build tools' - -- script: | - pip install . - displayName: 'Install library' - - script: | pip install flake8 flake8 .