Skip to content

Commit

Permalink
Install setuptools for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Nov 19, 2024
1 parent 09417d4 commit dd22992
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install
run: |
pip install setuptools
pip install .[all]
- name: Test
run: |
Expand Down

0 comments on commit dd22992

Please sign in to comment.