Pin version of ruamel.yaml to avoid checks breaking

This commit is contained in:
Henry Mercer 2023-06-12 12:05:52 +01:00
parent eb5d323227
commit 5be8bd1c16

View file

@ -47,12 +47,12 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruamel.yaml
pip install ruamel.yaml==0.17.31
# Ensure the generated PR check workflows are up to date.
- name: Verify PR checks up to date