Skip to content

Commit

Permalink
add scipy for tests [ci build]
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Nov 20, 2024
1 parent 8e46b1e commit d2692c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.7'
python-version: '3.9'

- name: install python packages
run: python3 -m pip install numpy scipy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: '3.9'

- name: install python packages
run: python3 -m pip install numpy
run: python3 -m pip install numpy scipy

- name: configure
run: mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debug ..
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: '3.7'

- name: install python packages
run: python -m pip install numpy
run: python -m pip install numpy scipy

- name: configure
run: mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debug ..
Expand Down

0 comments on commit d2692c7

Please sign in to comment.