Skip to content

Commit 1a94b1e

Browse files
committed
lol
1 parent 20fb2c0 commit 1a94b1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-deps.yml

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
run: |
4646
python -m venv .venv
4747
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'
4850
make install-py-dev
4951
# This exercises the requirements-pre-commit.txt file
5052
make setup-git

0 commit comments

Comments
 (0)