We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1e39c commit 911c537Copy full SHA for 911c537
.github/workflows/macosx.yml
@@ -35,7 +35,8 @@ jobs:
35
echo "LLVM_PROFILE_FILE=pyxmlsec.profraw" >> $GITHUB_ENV
36
- name: Install test dependencies
37
run: |
38
- pip install coverage --upgrade -r requirements-test.txt
+ export PKG_CONFIG_PATH="$(brew --prefix)/opt/libxml2/lib/pkgconfig"
39
+ pip install coverage --upgrade --no-binary=lxml -r requirements-test.txt
40
pip install xmlsec --only-binary=xmlsec --no-index --find-links=dist/
41
echo "PYXMLSEC_LIBFILE=$(python -c 'import xmlsec; print(xmlsec.__file__)')" >> $GITHUB_ENV
42
- name: Run tests
0 commit comments