Skip to content

Commit

Permalink
Add missing dependencies in pypi_release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FanwangM committed Dec 12, 2024
1 parent a3650ea commit baf559f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pypi_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
if: runner.os == 'Windows'
run: choco install make mingw

- name: Install build dependencies (All)
run: |
# TODO: use requirements.txt later
python -m pip install numpy>=1.13 scipy>=1.0.0
python -m pip install --upgrade pip setuptools wheel
# Compile C++ code
- name: Compile C++ code
run: make
Expand Down

0 comments on commit baf559f

Please sign in to comment.