Skip to content

Commit 10b4c11

Browse files
committed
CI: install lxml dev packages (due to lack of Python 3.10 wheels)
1 parent a9e9a85 commit 10b4c11

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ jobs:
127127
with:
128128
singularity-version: ${{ env.singularity_version }}
129129

130+
- name: install lxml dev packages (due to lack of Python 3.10 wheels)
131+
run: sudo apt-get install -y libxml2-dev libxslt-dev
132+
130133
- name: Set up Python
131134
uses: actions/setup-python@v2
132135
with:

0 commit comments

Comments
 (0)