Skip to content

Commit

Permalink
Add missing setuptools on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Jan 24, 2025
1 parent 8fb7527 commit d0b5660
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/win_build_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ export MINGW_CHOST=x86_64-w64-mingw32
export MSYSTEM_PREFIX=/mingw64
export PATH=/mingw64/bin:$PATH

# have compatible cython
python3 -m pip install cython

# have compatible cython and setuptools
python3 -m pip install cython 'setuptools;python_version>=3.12'

# if BUILD_SOURCESDIRECTORY not available, use te root of the repo
if [ -z "$BUILD_SOURCESDIRECTORY" ]; then
Expand Down

0 comments on commit d0b5660

Please sign in to comment.