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 54d56da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ 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] pylint pytest-cov pytest-mpl pytest>=6.0
# Show installed pkg information for postmortem diagnostic
- name: List installed packages
Expand Down

0 comments on commit 54d56da

Please sign in to comment.