Skip to content

Commit

Permalink
Explicitly update setuptools in wheel testing
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Sep 7, 2023
1 parent 2c4c895 commit 0ed56fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
CIBW_BUILD_VERBOSITY: "2"
# Get numpy release candidate to have Python 3.12 compatibility (hopefully)
CIBW_BEFORE_BUILD: "pip install -U Cython pip setuptools; pip install -U --pre numpy"
CIBW_BEFORE_TEST: "pip install -U Cython pip setuptools; pip intsall -U --pre numpy"
#CIBW_BEFORE_BUILD_MACOS: "pip install -U pip setuptools"
CIBW_BEFORE_BUILD_LINUX: "yum install -y fontconfig || apk add fontconfig-dev jpeg-dev; pip install freetype-py"
# If freetype-py is installed from source (no wheel found), include bundled freetype library
Expand Down

0 comments on commit 0ed56fd

Please sign in to comment.