Skip to content

Commit 2a717dd

Browse files
committed
Fix sdist workflow
1 parent 3191662 commit 2a717dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sdist.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
- name: Install test dependencies
1919
run: |
2020
sudo apt-get install libxml2-dev libxmlsec1-dev libxmlsec1-openssl opensc softhsm2 libengine-pkcs11-openssl
21-
pip install --upgrade -r requirements-test.txt
22-
pip install black # for stub generation tests
21+
pip install --upgrade -r requirements-test.txt --no-binary lxml
2322
pip install dist/xmlsec-$(python setup.py --version).tar.gz
2423
- name: Run tests
2524
run: |

0 commit comments

Comments
 (0)