Skip to content

Commit 2dd60ce

Browse files
committed
Build lxml with Cython on windows-latest with python 3.10
1 parent 8f0817e commit 2dd60ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
poetry config virtualenvs.in-project true # Easier to locate virtualenv
5959
python -m venv .venv
6060
.venv/Scripts/pip.exe install Cython --install-option="--no-cython-compile"
61-
.venv/Scripts/pip.exe install lxml -vvv
61+
.venv/Scripts/pip.exe install lxml --install-option="--with-cython" -vvv
6262
if: matrix.os == 'windows-latest' && matrix.python-version == '3.10-dev'
6363

6464
- name: Install aws-adfs and its dependencies

0 commit comments

Comments
 (0)