Skip to content

Commit

Permalink
Fix python-dev dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
markbrough authored Nov 8, 2023
1 parent 2fdf26e commit ab0b81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install xmllint and dependencies
run: sudo apt-get update && sudo apt-get install libxml2-utils libxml2-dev libxslt-dev python-dev
run: sudo apt-get update && sudo apt-get install libxml2-utils libxml2-dev libxslt-dev python3-dev
- name: wget schema
run: |
wget "https://raw.githubusercontent.com/codeforIATI/IATI-Codelists/version-2.03/codelist.xsd"
Expand Down

0 comments on commit ab0b81f

Please sign in to comment.