Skip to content

Commit

Permalink
Merge pull request #11050 from rouault/fix_other_checks
Browse files Browse the repository at this point in the history
CI: fix 'other_checks' job that breaks on 'cffconvert --validate'
  • Loading branch information
rouault authored Oct 19, 2024
2 parents 4a92011 + f3b6251 commit 39b11b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ jobs:
- name: Install Requirements
run: |
sudo apt install python3-pip wget
sudo pip3 install cffconvert
# ruamel.yaml.clib 0.2.9 throws a 'TypeError: a string or stream input is required' when running cffconvert --validate
sudo pip3 install cffconvert "ruamel.yaml.clib<0.2.9"
- name: Validate citation file
run: |
Expand Down

0 comments on commit 39b11b9

Please sign in to comment.