Skip to content

Commit

Permalink
Adds Scipy as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudin47 committed Dec 9, 2024
1 parent 36fb7a9 commit 0c014de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Install
command: |
sudo apt install python3-pip
pip3 install numpy matplotlib openturns tabulate
pip3 install numpy matplotlib openturns tabulate scipy
- run:
name: Build and test
command: ./.circleci/run_linux.sh

0 comments on commit 0c014de

Please sign in to comment.