Skip to content

Commit

Permalink
Install required packages for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Mar 10, 2021
1 parent bdb345c commit 10a9a10
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 @@ -76,7 +76,11 @@ jobs:
# Install GMT and other required dependencies from conda-forge
- name: Install dependencies
shell: bash -l {0}
run: conda env update --file environment.yml
run: |
conda install gmt=6.1.1 numpy pandas xarray netCDF4 packaging \
codecov coverage[toml] \
pytest-cov pytest-mpl pytest>=6.0 \
ipython
# Show installed pkg information for postmortem diagnostic
- name: List installed packages
Expand Down

0 comments on commit 10a9a10

Please sign in to comment.