ci(make): Add pandas

This commit is contained in:
Corentin Le Molgat
2021-11-19 14:04:34 +01:00
parent ef0cd09433
commit 000010a405
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 numpy
python3 -m pip install --user mypy-protobuf absl-py numpy pandas
- name: Swig install
run: sudo apt install -y swig
- name: Check swig