ci: install numpy in CI (#4895)

chore: install numpy in CI
This commit is contained in:
discord9
2024-10-29 15:57:40 +08:00
committed by GitHub
parent 9c79baca4b
commit f3e5a5a7aa
3 changed files with 3 additions and 3 deletions

View File

@@ -688,7 +688,7 @@ jobs:
with:
python-version: '3.10'
- name: Install PyArrow Package
run: pip install pyarrow
run: pip install pyarrow numpy
- name: Setup etcd server
working-directory: tests-integration/fixtures/etcd
run: docker compose -f docker-compose-standalone.yml up -d --wait