diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index b1edfa993fcdc..a54c5f49cbfe9 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -33,6 +33,7 @@ jobs: git config --global user.email "you@example.com" git config --global user.name "Your Name" git rebase origin/${BASE_REF} + echo "\n\n\n BASE REF: ${BASE_REF} " ./scripts/ci/check_compliance.py -m Codeowners -m Devicetree -m Gitlint -m Identity -m Nits -m pylint -m checkpatch -m Kconfig -c origin/${BASE_REF}.. || true - name: upload-results diff --git a/scripts/requirements-run-test.txt b/scripts/requirements-run-test.txt index be1e906aabfc3..63b7c2894f637 100644 --- a/scripts/requirements-run-test.txt +++ b/scripts/requirements-run-test.txt @@ -16,3 +16,5 @@ cbor>=1.0.0 # use for sanitycheck psutil + +asgasg