aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/Test.yml6
1 files 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