Skip to content

Commit

Permalink
Remove linting from CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fmder committed Jul 18, 2023
1 parent 36e5b20 commit ee7303e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,3 @@ steps:
pip install pytest pytest-azurepipelines pytest-cov
pytest .
displayName: 'Run tests'

- script: |
pip install flake8
flake8 .
displayName: 'Run linting'
8 changes: 0 additions & 8 deletions .azure-pipelines/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit ee7303e

Please sign in to comment.