Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer committed Jul 12, 2020
1 parent de208c2 commit f88324d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/flownet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:
source $VENV_PATH/bin/activate
pip freeze
#- name: 🕵️ Check code style & linting
# run: |
# source $VENV_PATH/bin/activate
# black --check examples/ tests/ src/ setup.py
# pylint src/ tests/ setup.py
# mypy --ignore-missing-imports src/ tests/ setup.py
- name: 🕵️ Check code style & linting
run: |
source $VENV_PATH/bin/activate
black --check examples/ tests/ src/ setup.py
pylint src/ tests/ setup.py
mypy --ignore-missing-imports src/ tests/ setup.py
- name: 🤖 Run tests
run: |
Expand Down

0 comments on commit f88324d

Please sign in to comment.