Skip to content

Commit

Permalink
Test lxml 5.0.0a0
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Mar 26, 2023
1 parent 64ea0ab commit a694800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Fix lxml installation for macos-latest
if: matrix.os == 'macos-latest' && matrix.python-version == '3.11'
run: |
sed -i'.bak' -e "s%lxml==4.9.2%https://github.com/lxml/lxml/releases/download/lxml-4.9.2/lxml-4.9.2-cp311-cp311-macosx_10_15_universal2.whl%" python/requirements.txt
sed -i'.bak' -e "s%lxml==4.9.2%https://github.com/scoder/lxml/releases/download/lxml-5.0a0/lxml-5.0.0a0-cp311-cp311-macosx_11_0_universal2.whl%" python/requirements.txt
git diff
- name: Install Python dependencies
Expand Down

0 comments on commit a694800

Please sign in to comment.