Skip to content

Commit

Permalink
CI: compliance: fix check_compliance workflow
Browse files Browse the repository at this point in the history
Use older junitparser, new version is not compatible.
This patch is inspired from Zephyr project, proposed by Anas Nashif:
zephyrproject-rtos/zephyr#31276

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
  • Loading branch information
arnopo committed Apr 26, 2021
1 parent 56ac238 commit 4d7097f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install python dependencies
run: |
pip3 install setuptools
pip3 install junitparser gitlint
pip3 install junitparser==1.6.3 gitlint
- uses: actions/checkout@v1
- name: Run Compliance Tests
id: compliance
Expand Down

0 comments on commit 4d7097f

Please sign in to comment.