Skip to content

Commit

Permalink
ci(python): pin setuptools 0.70
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Aug 29, 2024
1 parent c2f490b commit a26db8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Install Python dependencies
run: |
pip install --upgrade pip setuptools py
pip install --upgrade pip 'setuptools<71' py
pip install -e .[all]
- name: Run Sphinx documentation with doctests
Expand All @@ -152,7 +152,7 @@ jobs:

- name: Install Python dependencies
run: |
pip install --upgrade pip setuptools py
pip install --upgrade pip 'setuptools<71' py
pip install twine wheel
pip install -e .[all]
Expand Down

0 comments on commit a26db8a

Please sign in to comment.