Skip to content

Commit

Permalink
Install python3-lxml build dependencies in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Sep 2, 2024
1 parent 8dc7e3c commit 771011c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/im-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Install dependencies
run: |
set -euxo pipefail
sudo apt-get build-dep python3-lxml
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Install PostgreSQL client
Expand Down

0 comments on commit 771011c

Please sign in to comment.