Skip to content

Commit

Permalink
CI: install setuptools as a dependency
Browse files Browse the repository at this point in the history
From Python 3.12, it no longer comes pre-packaged.
  • Loading branch information
supermihi committed Nov 15, 2023
1 parent 5cf794c commit e4c7f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: ${{ runner.os == 'Linux' }}
run: |
python -m pip install --upgrade pip
pip install pytest Cython wheel
pip install setuptools pytest Cython wheel
- name: sdist (Linux)
if: ${{ runner.os == 'Linux' }}
run: python setup.py sdist
Expand Down

0 comments on commit e4c7f39

Please sign in to comment.