add numpy install to github make python actions

This commit is contained in:
Laurent Perron
2021-11-19 13:57:23 +01:00
parent 6c474223bd
commit 94d37c40ad
3 changed files with 3 additions and 3 deletions

View File

@@ -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