Skip to content

Commit

Permalink
ci: install setuptools for py3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Aug 21, 2024
1 parent 691019a commit d256d3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install setuptools for Python 3.12
if: matrix.python-version == '3.12'
run: |
python -m pip install --upgrade pip
python -m pip install setuptools
- name: configure
run: ./configure
- name: make
Expand Down

0 comments on commit d256d3f

Please sign in to comment.