Skip to content

Commit

Permalink
CI: fix 'other_checks' job that breaks on 'cffconvert --validate'
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Oct 19, 2024
1 parent b6edddd commit 6ff4539
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 6ff4539

Please sign in to comment.