Skip to content

Commit

Permalink
linux: install setuptools (missing in 3.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik authored Oct 26, 2024
1 parent 73f79bf commit a4bc94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ retry yum install -y libpng-devel freetype-devel
retry yum install -y lapack-devel blas-devel

# install compile-time dependencies
retry ${PYBIN}/pip install numpy==${NUMPY_VERSION} cython
retry ${PYBIN}/pip install numpy==${NUMPY_VERSION} cython setuptools

# List installed packages
${PYBIN}/pip freeze
Expand Down

0 comments on commit a4bc94c

Please sign in to comment.