Skip to content

Commit baf559f

Browse files
committed
Add missing dependencies in pypi_release.yaml
1 parent a3650ea commit baf559f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pypi_release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
if: runner.os == 'Windows'
4747
run: choco install make mingw
4848

49+
- name: Install build dependencies (All)
50+
run: |
51+
# TODO: use requirements.txt later
52+
python -m pip install numpy>=1.13 scipy>=1.0.0
53+
python -m pip install --upgrade pip setuptools wheel
4954
# Compile C++ code
5055
- name: Compile C++ code
5156
run: make

0 commit comments

Comments
 (0)