Skip to content

Commit 3bb081f

Browse files
committed
Install lxml dependencies
1 parent 64827cf commit 3bb081f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ jobs:
110110
run: |
111111
git config --local user.email "action@github.com"
112112
git config --local user.name "GitHub Action"
113+
- name: Install lxml dependencies
114+
if: steps.pages_bootstrap.outputs.update == 'Yes'
115+
run: sudo apt-get install libxml2-dev libxslt1-dev
113116
- name: Setup virtualenv
114117
#if: steps.pages_bootstrap.outputs.update == 'Yes' || steps.status_bootstrap.outputs.update == 'Yes'
115118
if: steps.pages_bootstrap.outputs.update == 'Yes'

0 commit comments

Comments
 (0)