From d92cfcdb5b0156ecf769a2920ec644c58e520755 Mon Sep 17 00:00:00 2001 From: Fridolin Glatter <83776373+glatterf42@users.noreply.github.com> Date: Wed, 20 Dec 2023 10:17:16 +0100 Subject: [PATCH] Adapt workaround for #494 due to new lxml release (#503) * Adapt workaround for #494 due to new lxml release --- .github/workflows/pytest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index e6217598c..4822261cc 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -93,8 +93,8 @@ jobs: shell: bash - name: Work around https://bugs.launchpad.net/lxml/+bug/2035206 - if: matrix.python-version == '3.8' - run: pip install "lxml != 4.9.3" + if: matrix.python-version == '3.8' && matrix.os == 'macos-latest' + run: pip install "lxml == 4.9.2" - name: Install Python package and dependencies # [docs] contains [tests], which contains [report,tutorial]