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:
- name: Install python3
run: |
sudo apt-get install python3-venv python3-pip
python3 -m pip install --user mypy-protobuf absl-py
python3 -m pip install --user mypy-protobuf absl-py numpy
- name: Swig install
run: sudo apt install -y swig
- name: Check swig