Skip to content

Commit

Permalink
Install IPython on the Python 3.9/NumPy 1.20 test build only
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Apr 27, 2021
1 parent 79f329b commit db36410
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,14 @@ jobs:
# python-version: 3.7
# isDraft: true
# Pair Python 3.7 with NumPy 1.17 and Python 3.9 with NumPy 1.20
# Only install optional packages on Python 3.9/NumPy 1.20
include:
- python-version: 3.7
numpy-version: '1.17'
optional-packages: ''
- python-version: 3.9
numpy-version: '1.20'
optional-packages: 'ipython'
defaults:
run:
shell: bash -l {0}
Expand Down Expand Up @@ -89,7 +92,8 @@ jobs:
conda install -c conda-forge/label/dev gmt=6.2.0rc1
conda install numpy=${{ matrix.numpy-version }} \
pandas xarray netCDF4 packaging \
codecov coverage[toml] dvc ipython make \
${{ matrix.optional-packages }} \
codecov coverage[toml] dvc make \
pytest-cov pytest-mpl pytest>=6.0 \
sphinx-gallery
Expand Down

0 comments on commit db36410

Please sign in to comment.