Skip to content

Commit aac0cb0

Browse files
committed
Pin lxml 6.0.4 to make sure it's related to lxml upgrade
1 parent a7e3e91 commit aac0cb0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/linuxbrew.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
run: |
5555
python3 -m venv test_venv
5656
source test_venv/bin/activate
57-
pip3 install --upgrade --no-binary=lxml -r requirements-test.txt
57+
pip3 install --upgrade --no-binary=lxml "lxml==6.0.4"
58+
pip3 install --upgrade -r requirements-test.txt
5859
pip3 install xmlsec --only-binary=xmlsec --no-index --find-links=dist/
5960
echo "PATH=$PATH"
6061
echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH"

0 commit comments

Comments
 (0)