Skip to content

Commit

Permalink
add setuptools for py312
Browse files Browse the repository at this point in the history
- no longer available by default
  • Loading branch information
ravnoor committed Dec 20, 2023
1 parent 912c299 commit 3e95858
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,14 @@ jobs:

CIBW_BEFORE_ALL_LINUX: |
yum install -y gcc-c++ libpng-devel libpng
python -m pip install cmake ninja
python -m pip install cmake ninja setuptools
CIBW_BEFORE_ALL_WINDOWS: |
python -m pip install cmake ninja
python -m pip install cmake ninja setuptools
CIBW_ARCHS_MACOS: ${{ matrix.arch }}
CIBW_BEFORE_ALL_MACOS: |
python -m pip install cmake ninja
python -m pip install cmake ninja setuptools
CIBW_ENVIRONMENT_MACOS: |
CMAKE_OSX_ARCHITECTURES=${{ matrix.arch }}
Expand Down

0 comments on commit 3e95858

Please sign in to comment.