Skip to content

Commit c4ae049

Browse files
author
Martin D. Weinberg
committed
Added ipython
1 parent bbba704 commit c4ae049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
sudo apt-get update
21-
sudo apt-get install -y build-essential libeigen3-dev libfftw3-dev libhdf5-dev libopenmpi-dev libomp-dev python3-numpy python3-venv doxygen graphviz cmake make pandoc
21+
sudo apt-get install -y build-essential libeigen3-dev libfftw3-dev libhdf5-dev libopenmpi-dev libomp-dev python3-numpy python3-venv python3-ipython ipython3 doxygen graphviz cmake make pandoc
2222
python3 -m venv .venv # Create a virtual environment
2323
source .venv/bin/activate # Activate the environment
2424
pip install sphinx sphinx-rtd-theme # Install Sphinx and theme

0 commit comments

Comments
 (0)