Skip to content

Commit

Permalink
Install ipython in GMT Legacy Tests CI environment
Browse files Browse the repository at this point in the history
To fix errors like `pygmt.exceptions.GMTError: Notebook display is selected, but IPython is not available. Make sure you have IPython installed, or run the script in a Jupyter notebook`.
  • Loading branch information
weiji14 committed Dec 30, 2022
1 parent 6bf2e83 commit 5e170ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_tests_legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
- name: Install dependencies
run: |
mamba install gmt=${{ matrix.gmt_version }} numpy \
pandas xarray netCDF4 packaging geopandas \
pandas xarray netCDF4 packaging \
geopandas ipython \
build dvc make 'pytest>=6.0' \
pytest-cov pytest-doctestplus pytest-mpl sphinx-gallery
Expand Down

0 comments on commit 5e170ac

Please sign in to comment.