add numpy install to github make python actions
This commit is contained in:
2
.github/workflows/make_macos_python.yml
vendored
2
.github/workflows/make_macos_python.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
brew install make
|
||||
echo "/usr/local/opt/make/libexec/gnubin" >> $GITHUB_PATH
|
||||
- name: Install python3 packages
|
||||
run: python3 -m pip install --user mypy-protobuf absl-py
|
||||
run: python3 -m pip install --user mypy-protobuf absl-py numpy
|
||||
- name: Swig install
|
||||
run: brew install swig
|
||||
- name: Check swig
|
||||
|
||||
Reference in New Issue
Block a user