Skip to content

Commit

Permalink
Version 3.27.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsetti committed Oct 29, 2024
1 parent d22dbd9 commit 79ba723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Install all other dependencies (free-threaded)
if: "${{ matrix.disable-gil }}"
run: |
pip install --upgrade coveralls -r requirements.txt -r tests/requirements_pytest.txt 'lxml<=4.8.0'
pip install --upgrade coveralls -r requirements.txt -r tests/requirements_pytest.txt 'lxml==4.8.0-1build1'
# - name: Install all other dependencies (py12)
# if: matrix.python-version == '3.12'
Expand Down

0 comments on commit 79ba723

Please sign in to comment.