Skip to content

Commit c7aa895

Browse files
author
Vianney Taquet
committed
Add flake8 in conda
1 parent b207c16 commit c7aa895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python-version: ${{ matrix.python-version }}
4040
channels: defaults, conda-forge
4141
- name: Install dependencies
42-
run: conda install codecov mypy numpy=${{ matrix.numpy-version }} scikit-learn pandas pytest-cov typed-ast
42+
run: conda install codecov flake8 mypy numpy=${{ matrix.numpy-version }} scikit-learn pandas pytest-cov typed-ast
4343
- name: Check linting
4444
run: flake8 . --exclude=doc
4545
- name: Check static typing

0 commit comments

Comments
 (0)