We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fb2c0 commit 1a94b1eCopy full SHA for 1a94b1e
.github/workflows/python-deps.yml
@@ -45,6 +45,8 @@ jobs:
45
run: |
46
python -m venv .venv
47
source .venv/bin/activate
48
+ # Force compilation of xmlsec wheel from source.
49
+ pip install --no-cache-dir --no-binary :all: 'xmlsec==1.3.12'
50
make install-py-dev
51
# This exercises the requirements-pre-commit.txt file
52
make setup-git
0 commit comments