We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1baf2 commit 1103da4Copy full SHA for 1103da4
1 file changed
.github/workflows/linuxbrew.yml
@@ -45,6 +45,8 @@ jobs:
45
run: |
46
python3 -m venv test_venv
47
source test_venv/bin/activate
48
+ export CFLAGS="-I$(brew --prefix)/include"
49
+ export LDFLAGS="-L$(brew --prefix)/lib"
50
pip3 install --upgrade --no-binary=lxml -r requirements-test.txt
51
pip3 install xmlsec --only-binary=xmlsec --no-index --find-links=dist/
52
pytest -v --color=yes
0 commit comments