Skip to content

Commit 162eca1

Browse files
committed
Build lxml with Cython on windows-latest with python 3.10
1 parent a73d57d commit 162eca1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

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

6363
- name: Install aws-adfs and its dependencies

0 commit comments

Comments
 (0)