Skip to content

Commit f546794

Browse files
committedNov 18, 2023
explicit lxml build deps
1 parent 120959b commit f546794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/.hatch-run.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: matrix.runs-on == 'ubuntu-latest'
4343
run: |
4444
sudo apt-get update
45-
sudo apt-get install -y python3-lxml
45+
sudo apt-get install -y libxml2-dev libxslt-dev
4646
- uses: actions/checkout@v2
4747
- uses: actions/setup-node@v2
4848
with:

0 commit comments

Comments
 (0)