From 28f1d0a0517b74b6950403dc3394f2f712f5366c Mon Sep 17 00:00:00 2001 From: Xiretza Date: Wed, 10 Feb 2021 18:22:46 +0100 Subject: CI: re-enable black formatting check --- .github/workflows/Test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 0316f2b39..719ae8f9c 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -88,6 +88,7 @@ jobs: run: | sudo apt update -qq sudo apt install -y gnat + python -m pip install black - name: Update Python bindings run: ./scripts/update_py_bindings.sh @@ -97,9 +98,8 @@ jobs: git diff --stat git diff --exit-code -# - run: python -m pip install black -# -# - run: python -m black --check pyGHDL + - name: Check if python follows code formatting standards + run: python -m black --check pyGHDL # # GPL -- cgit v1.2.3