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 16, 2021
1 parent a44dbac commit b8aa68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install python dependencies
run: |
pip3 install setuptools
pip3 install junitparser gitlint
pip3 install junitparser==1.6.3 gitlint
- name: Run Compliance Tests
id: compliance
env:
Expand Down

0 comments on commit b8aa68e

Please sign in to comment.