Skip to content

Commit 0cbb737

Browse files
authored
Merge pull request #295 from jonathangreen/feature/fix-sdist
Fix sdist workflow
2 parents d48d165 + 2a717dd commit 0cbb737

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)