From a694800b26d24cb7717d4bccc1720166a961ca38 Mon Sep 17 00:00:00 2001 From: Enrico Minack Date: Sun, 26 Mar 2023 16:08:14 +0200 Subject: [PATCH] Test lxml 5.0.0a0 --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 592c7f37..4e988d3d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -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