Skip to content

Commit

Permalink
Merge pull request #206 from libAtoms/docs_syntax_highlight
Browse files Browse the repository at this point in the history
Add ipython to docs.yml for syntax highlighting
  • Loading branch information
bernstei authored Dec 19, 2022
2 parents e39450e + bfeafea commit 2531c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: conda install -c conda-forge phono3py h5py

- name: Install dependencies from pip (some will already be taken care of by conda's phonop3py and its dependencies)
run: pip install wheel setuptools ase numpy scipy click matplotlib pandas pyyaml spglib phonopy phono3py rdkit-pypi flake8 pytest pytest-cov nbsphinx
run: pip install wheel setuptools ase numpy scipy click matplotlib pandas pyyaml spglib phonopy phono3py rdkit-pypi flake8 pytest pytest-cov nbsphinx ipython

- name: Install Quippy from PyPI
run: pip install quippy-ase
Expand Down

0 comments on commit 2531c32

Please sign in to comment.