Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzo committed Jul 2, 2021
1 parent 2447fc1 commit c7c8c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel setuptools
pip install flake8 isort>=5.0 mypy nbstripout nbformat
- name: Lint with flake8
pip install flake8 black isort>=5.0 mypy nbstripout nbformat
- name: Lint
run: |
make lint
docs:
Expand Down

0 comments on commit c7c8c7f

Please sign in to comment.