Skip to content

Commit c73f55e

Browse files
fix: install lxml build dependencies.
1 parent 93f0024 commit c73f55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install build environment
2323
run: |
24-
apt-get install -y libxml2-dev libxslt1-dev python3-dev
24+
sudo apt-get install -y libxml2-dev libxslt1-dev python3-dev
2525
python -m pip install --upgrade pip
2626
python -m pip install tox setuptools pytest pytest-cov codecov
2727
- name: Build and test with tox.

0 commit comments

Comments
 (0)