Skip to content

Commit c912680

Browse files
committed
Add pip install numpy scipy (tested already under PR pybind#4324).
1 parent 1569415 commit c912680

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1072,6 +1072,8 @@ jobs:
10721072
run: |
10731073
python3 -m pip install --upgrade pip
10741074
python3 -m pip install -r tests/requirements.txt
1075+
python3 -m pip install numpy
1076+
python3 -m pip install scipy
10751077
10761078
- name: Show CMake version
10771079
run: cmake --version

0 commit comments

Comments
 (0)