Skip to content

Commit bb5b91e

Browse files
committed
Pin version of ruamel.yaml to avoid checks breaking
1 parent eb5d323 commit bb5b91e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install dependencies
5353
run: |
5454
python -m pip install --upgrade pip
55-
pip install ruamel.yaml
55+
pip install ruamel.yaml@0.17.31
5656
5757
# Ensure the generated PR check workflows are up to date.
5858
- name: Verify PR checks up to date

0 commit comments

Comments
 (0)