ci(make): Add pandas
This commit is contained in:
2
.github/workflows/make_linux_python.yml
vendored
2
.github/workflows/make_linux_python.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user