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 8f0817e commit 2dd60ceCopy full SHA for 2dd60ce
.github/workflows/build.yml
@@ -58,7 +58,7 @@ jobs:
58
poetry config virtualenvs.in-project true # Easier to locate virtualenv
59
python -m venv .venv
60
.venv/Scripts/pip.exe install Cython --install-option="--no-cython-compile"
61
- .venv/Scripts/pip.exe install lxml -vvv
+ .venv/Scripts/pip.exe install lxml --install-option="--with-cython" -vvv
62
if: matrix.os == 'windows-latest' && matrix.python-version == '3.10-dev'
63
64
- name: Install aws-adfs and its dependencies
0 commit comments