workflows: fix script and package lints with ruamel.yaml

Signed-off-by: Thomas Staudinger <Staudi.Kaos@gmail.com>
This commit is contained in:
Thomas Staudinger 2024-10-01 23:08:11 +02:00
parent f70e318ad8
commit 52b860c517
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

View file

@ -15,4 +15,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: common/CI/package_checks.py --base=origin/${{ github.event.pull_request.base.ref }}
- run: |
sudo apt-get update
sudo apt-get install python3-ruamel.yaml
common/CI/package_checks.py --base=origin/${{ github.event.pull_request.base.ref }}

View file

@ -33,7 +33,7 @@ jobs:
with:
path: common/CI common/Hooks common/Scripts/worklog.py
python_version: "3.10"
requirements: types-PyYAML
requirements: ruamel.yaml types-PyYAML
ShellCheck:
name: ShellCheck
runs-on: ubuntu-latest