Skip to content

Commit

Permalink
install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik authored Dec 8, 2023
1 parent 8f36169 commit d37d093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d37d093

Please sign in to comment.