Skip to content

Commit

Permalink
Comment flake8/mypy since there's no python left.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchirica committed Jun 5, 2020
1 parent 3a9e990 commit 3f7010c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
python -m pip install --upgrade pip
pip install cibuildwheel==1.3.0
- name: Lint source with flake8
run: |
pip install flake8
flake8 src setup.py
#- name: Lint source with flake8
# run: |
# pip install flake8
# flake8 src setup.py

- name: Lint source with mypy
run: |
pip install mypy
mypy --config-file mypi.ini src
#- name: Lint source with mypy
# run: |
# pip install mypy
# mypy --config-file mypi.ini src

- name: Build source distribution with MacOS
if: startsWith(matrix.os, 'mac')
Expand Down

0 comments on commit 3f7010c

Please sign in to comment.