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

@@ -40,7 +40,7 @@ runs:
- name: Install PyArrow Package
shell: pwsh
run: pip install pyarrow
run: pip install pyarrow numpy
- name: Install WSL distribution
uses: Vampire/setup-wsl@v2