We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3650ea commit baf559fCopy full SHA for baf559f
1 file changed
.github/workflows/pypi_release.yaml
@@ -46,6 +46,11 @@ jobs:
46
if: runner.os == 'Windows'
47
run: choco install make mingw
48
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
54
# Compile C++ code
55
- name: Compile C++ code
56
run: make
0 commit comments