diff --git a/.github/scripts/build-macos.sh b/.github/scripts/build-macos.sh index 8e59e5c..63957bc 100755 --- a/.github/scripts/build-macos.sh +++ b/.github/scripts/build-macos.sh @@ -31,7 +31,7 @@ set -x popd # Install dependencies -pip install numpy==$NUMPY_VERSION cython wheel delocate +pip install numpy==$NUMPY_VERSION cython wheel delocate setuptools # List installed packages pip freeze