Specify the ruamel.yaml version in one place only (sync.sh)

This commit is contained in:
Paolo Tranquilli
2025-08-11 15:38:32 +02:00
parent 2d7401b887
commit 286b9e9d74
59 changed files with 58 additions and 64 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ fi
rm -rf .github/workflows/__*
# Generate the PR checks
cd pr-checks && python3 sync.py
pr-checks/sync.sh
# Check that repo is still clean
if [ ! -z "$(git status --porcelain)" ]; then