Skip to content

Commit

Permalink
Merge pull request #4365 from rouault/ci_other_checks
Browse files Browse the repository at this point in the history
CI: update 'other_checks' to ubuntu-24.04
  • Loading branch information
rouault authored Jan 2, 2025
2 parents 4bacf90 + e3f0aaf commit 5500ba7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,16 @@ jobs:
run: ./scripts/cppcheck.sh

other_checks:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install Requirements
run: |
sudo apt-get install python3-pip
sudo pip3 install cffconvert
sudo apt-get install -y --no-install-recommends python3-pip
sudo apt-get remove -y python3-jsonschema
sudo pip3 install --break-system-packages cffconvert
- name: Validate citation file
run: |
Expand Down

0 comments on commit 5500ba7

Please sign in to comment.