We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e3e91 commit aac0cb0Copy full SHA for aac0cb0
1 file changed
.github/workflows/linuxbrew.yml
@@ -54,7 +54,8 @@ jobs:
54
run: |
55
python3 -m venv test_venv
56
source test_venv/bin/activate
57
- pip3 install --upgrade --no-binary=lxml -r requirements-test.txt
+ pip3 install --upgrade --no-binary=lxml "lxml==6.0.4"
58
+ pip3 install --upgrade -r requirements-test.txt
59
pip3 install xmlsec --only-binary=xmlsec --no-index --find-links=dist/
60
echo "PATH=$PATH"
61
echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH"
0 commit comments