diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-30 12:20:52 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-30 12:20:52 -0500 |
commit | 138814ddfcd8f9c3a1e272e4e4951041a1ef0563 (patch) | |
tree | 65061d8d733e7588950ba50e28110f409f741738 /.github/workflows | |
parent | f375a6e73f7ba4660fc94f76072bbe17f2a55dec (diff) | |
download | cmd2-git-138814ddfcd8f9c3a1e272e4e4951041a1ef0563.tar.gz |
Trying something
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f988babb..7e3eb767 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,6 @@ jobs: if: steps.cache-deps.outputs.cache-hit != 'true' run: | pip install -U pip setuptools setuptools-scm flake8 nox - python setup.py develop - name: Lint if: matrix.os == 'ubuntu-latest' && matrix.python-version == env.PYTHON_LATEST run: flake8 . --count --ignore=E252,W503 --max-complexity=26 --max-line-length=127 --show-source --statistics ; |