diff --git a/.github/workflows/python-package-conda.yml b/.github/workflows/pytest.yml similarity index 95% rename from .github/workflows/python-package-conda.yml rename to .github/workflows/pytest.yml index 855d53a..8156acb 100644 --- a/.github/workflows/python-package-conda.yml +++ b/.github/workflows/pytest.yml @@ -19,7 +19,7 @@ jobs: python -m pip install . - name: Lint with flake8 run: | - conda install flake8 + python -m pip install flake8 # stop the build if there are Python syntax errors or undefined names flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics # exit-zero treats all errors as warnings.