From f88324de4938c52c681992085703057fadd0a9c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Fredrik=20Ki=C3=A6r?= Date: Sun, 12 Jul 2020 10:28:58 +0200 Subject: [PATCH] fixup --- .github/workflows/flownet.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/flownet.yml b/.github/workflows/flownet.yml index e0cd4d911..e2c1e894e 100644 --- a/.github/workflows/flownet.yml +++ b/.github/workflows/flownet.yml @@ -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: |