Skip to content

Commit

Permalink
Pin version of ruamel.yaml to avoid checks breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Jun 12, 2023
1 parent eb5d323 commit 5be8bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5be8bd1

Please sign in to comment.