diff --git a/.github/workflows/python-package-conda.yml b/.github/workflows/python-package-conda.yml index b69ac20..d3824dd 100644 --- a/.github/workflows/python-package-conda.yml +++ b/.github/workflows/python-package-conda.yml @@ -30,18 +30,3 @@ jobs: run: | conda activate 2DIR pip install -r ./install/requirements.txt - - - name: Lint with flake8 - shell: bash -l {0} - run: | - conda activate 2DIR - conda install flake8 -y - flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - - - name: Test with pytest - shell: bash -l {0} - run: | - conda activate 2DIR - conda install pytest -y - pytest