diff --git a/.github/workflows/lint_and_pytest.yml b/.github/workflows/lint_and_pytest.yml index 5786edf..7f14616 100644 --- a/.github/workflows/lint_and_pytest.yml +++ b/.github/workflows/lint_and_pytest.yml @@ -31,9 +31,9 @@ jobs: python -m pip install --upgrade pip pip install flake8 pytest python -m pip install -e . - - name: Lint with flake8 - run: | - flake8 . +# - name: Lint with flake8 +# run: | +# flake8 . - name: Test with pytest run: | pytest