Skip to content

Commit

Permalink
Try different syntax to install from https link
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Mar 26, 2023
1 parent e83e298 commit 64ea0ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ 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%lxml==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/lxml/lxml/releases/download/lxml-4.9.2/lxml-4.9.2-cp311-cp311-macosx_10_15_universal2.whl%" python/requirements.txt
git diff
- name: Install Python dependencies
run: |
Expand Down

0 comments on commit 64ea0ab

Please sign in to comment.