Skip to content

Commit

Permalink
Build lxml with Cython on windows-latest with python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Oct 11, 2021
1 parent 9243092 commit 723c241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
poetry config virtualenvs.in-project true # Easier to locate virtualenv
python -m venv .venv
.venv/Scripts/pip.exe install Cython --install-option="--no-cython-compile"
.venv/Scripts/pip.exe install lxml -vvv
.venv/Scripts/pip.exe install lxml --install-option="--with-cython" -vvv
if: matrix.os == 'windows-latest' && matrix.python-version == '3.10-dev'

- name: Install aws-adfs and its dependencies
Expand Down

0 comments on commit 723c241

Please sign in to comment.