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: |