Skip to content

Commit 21e47a6

Browse files
committed
remove flake8 lint; add dependencies
1 parent 3f87c33 commit 21e47a6

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/python-package-conda.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,8 @@ jobs:
2020
echo $CONDA/bin >> $GITHUB_PATH
2121
- name: Install dependencies
2222
run: |
23-
conda env update --file environment.yml --name base
24-
- name: Lint with flake8
25-
run: |
26-
conda install flake8
27-
# stop the build if there are Python syntax errors or undefined names
28-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
29-
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
30-
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
23+
conda install numpy scipy matplotlib pytest
24+
conda install -c conda-forge slycot
3125
- name: Test with pytest
3226
run: |
3327
conda install pytest

0 commit comments

Comments
 (0)