Skip to content

Commit 120959b

Browse files
committed
lxml build deps
1 parent b389b2b commit 120959b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/.hatch-run.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
runs-on: ${{ fromJson(inputs.runs-on-array) }}
3939
runs-on: ${{ matrix.runs-on }}
4040
steps:
41+
- name: Install Linux Dependencies
42+
if: matrix.runs-on == 'ubuntu-latest'
43+
run: |
44+
sudo apt-get update
45+
sudo apt-get install -y python3-lxml
4146
- uses: actions/checkout@v2
4247
- uses: actions/setup-node@v2
4348
with:

0 commit comments

Comments
 (0)