Skip to content

Commit

Permalink
Added Scipy to Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudin47 committed Dec 9, 2024
1 parent 0c014de commit abca198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
shell: bash -l {0}
run: |
conda install -y openturns pytest sphinx sphinx-gallery numpydoc pandoc
conda install -c conda-forge sphinx_rtd_theme setuptools matplotlib
conda install -c conda-forge sphinx_rtd_theme setuptools matplotlib scipy
python setup.py install
pytest
sudo apt install -y texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra
Expand Down

0 comments on commit abca198

Please sign in to comment.