We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a27691 commit 9e134cbCopy full SHA for 9e134cb
.github/workflows/sdist.yml
@@ -20,6 +20,7 @@ jobs:
20
python setup.py sdist
21
- name: Install test dependencies
22
run: |
23
+ sudo apt-get update
24
sudo apt-get install libxml2-dev libxmlsec1-dev libxmlsec1-openssl opensc softhsm2 libengine-pkcs11-openssl
25
pip install --upgrade -r requirements-test.txt --no-binary lxml
26
pip install dist/xmlsec-$(python setup.py --version).tar.gz
0 commit comments