Skip to content

Commit

Permalink
ci: add scipy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Jan 25, 2024
1 parent a2484d7 commit b909388
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/conda/environment_macos_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ dependencies:
- ccache
- cxx-compiler
- ninja
- scipy
1 change: 1 addition & 0 deletions .github/workflows/conda/environment_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ dependencies:
- boost
- ccache
- ninja
- scipy
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
submodules: 'true'
- run: |
sudo apt-get update
sudo apt-get install cmake libboost-all-dev libeigen3-dev python*-numpy python*-dev
sudo apt-get install cmake libboost-all-dev libeigen3-dev python*-numpy python*-dev python*-scipy
echo $(sudo apt list --installed)
echo $(g++ --version)
- run: cmake -DPYTHON_EXECUTABLE=$(which python${{ matrix.python }}) .
Expand Down

0 comments on commit b909388

Please sign in to comment.