Skip to content

Commit

Permalink
scipy install
Browse files Browse the repository at this point in the history
  • Loading branch information
jordidj committed Dec 17, 2024
1 parent 8a86359 commit 73ca772
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylbo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov
pip install pytest pytest-cov scipy
sudo apt-get update
sudo apt-get install ffmpeg
cd post_processing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Python dependencies & Pylbo
run: |
python -m pip install --upgrade pip
pip install pytest numpy matplotlib f90nml tqdm psutil pytest-mpl
pip install pytest numpy matplotlib f90nml tqdm psutil pytest-mpl scipy
cd post_processing
python setup.py develop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install Python dependencies & Pylbo
run: |
python -m pip install --upgrade pip
pip install pytest numpy matplotlib f90nml tqdm psutil pytest-mpl
pip install pytest numpy matplotlib f90nml tqdm psutil pytest-mpl scipy
cd post_processing
python setup.py develop
Expand Down

0 comments on commit 73ca772

Please sign in to comment.