Skip to content

Commit

Permalink
Fix setuptools installation for CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Takishima committed Apr 2, 2024
1 parent 7753f23 commit 121e256
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
setup.cfg
pyproject.toml
- name: Prepare env
run: |
python -m pip install -U "setuptools>=61.0.0"
- name: Generate requirement file (Unix)
if: runner.os != 'Windows'
run: |
Expand Down

0 comments on commit 121e256

Please sign in to comment.