Skip to content

Commit a2ad17b

Browse files
committed
Add missing dependencies in pypi_release.yaml
1 parent d537029 commit a2ad17b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.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)