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 28e8f2b commit fd5d419
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,12 @@ jobs:
pip install --upgrade pdftotext pytesseract
- name: Install all other dependencies (gil)
if: ! matrix.disable-gil
if: "${{ !matrix.disable-gil }}"
run: |
pip install --upgrade coveralls -r requirements.txt -r tests/requirements_pytest.txt
- name: Install all other dependencies (thread-free)
if: matrix.disable-gil
- 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-1build1
Expand Down

0 comments on commit fd5d419

Please sign in to comment.