From d37d0930fdef1567dfe5b5b6030f2c9a39e6c366 Mon Sep 17 00:00:00 2001 From: Maik Riechert Date: Fri, 8 Dec 2023 09:24:26 +0000 Subject: [PATCH] install setuptools --- .github/scripts/build-macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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