Skip to content

Commit 10a9a10

Browse files
committed
Install required packages for testing
1 parent bdb345c commit 10a9a10

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci_tests.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,11 @@ jobs:
7676
# Install GMT and other required dependencies from conda-forge
7777
- name: Install dependencies
7878
shell: bash -l {0}
79-
run: conda env update --file environment.yml
79+
run: |
80+
conda install gmt=6.1.1 numpy pandas xarray netCDF4 packaging \
81+
codecov coverage[toml] \
82+
pytest-cov pytest-mpl pytest>=6.0 \
83+
ipython
8084
8185
# Show installed pkg information for postmortem diagnostic
8286
- name: List installed packages

0 commit comments

Comments
 (0)