1 parent 64827cf commit 3bb081fCopy full SHA for 3bb081f
1 file changed
.github/workflows/update.yml
@@ -110,6 +110,9 @@ jobs:
110
run: |
111
git config --local user.email "action@github.com"
112
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
116
- name: Setup virtualenv
117
#if: steps.pages_bootstrap.outputs.update == 'Yes' || steps.status_bootstrap.outputs.update == 'Yes'
118
if: steps.pages_bootstrap.outputs.update == 'Yes'
0 commit comments