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

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

View File

@@ -13,7 +13,7 @@ jobs:
with:
python-version: '3.9'
- name: Install python3
run: python3 -m pip install --user mypy-protobuf absl-py setuptools wheel
run: python3 -m pip install --user mypy-protobuf absl-py setuptools wheel numpy
- name: Clean sh.exe
run: |
where sh