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 1bc20f1 commit d22dbd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ 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"
run: |
pip install --upgrade coveralls -r requirements.txt -r tests/requirements_pytest.txt 'lxml<=4.8.0'
# - name: Install all other dependencies (py12)
# if: matrix.python-version == '3.12'
Expand Down

0 comments on commit d22dbd9

Please sign in to comment.