Update autogenerated notice to refer to specific ruamel.yaml version

This commit is contained in:
Henry Mercer 2023-06-12 12:15:07 +01:00
parent 98884904a2
commit 9f45792756
32 changed files with 34 additions and 32 deletions

View file

@ -52,6 +52,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
# When updating this, update the autogenerated code header in `sync.py` too.
pip install ruamel.yaml==0.17.31
# Ensure the generated PR check workflows are up to date.