From c6945eadb8062dc8ff77f66d58974b45abae3563 Mon Sep 17 00:00:00 2001 From: umarcor Date: Thu, 2 Sep 2021 13:51:42 +0200 Subject: ci: update comment about regenerating Python bindings --- .github/workflows/Test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index d3db342d0..3df2dba67 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -100,7 +100,7 @@ jobs: - name: '🚦 Check if Python bindings changed' run: | git diff --stat - echo "Binding can be updated with: make -C src/vhdl" + echo "NOTE: Bindings can be updated by executing ./scripts/update_py_bindings.sh (see previous step)" git diff --exit-code - name: '🚦 Check if python follows code formatting standards' -- cgit v1.2.3