We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb345c commit 10a9a10Copy full SHA for 10a9a10
.github/workflows/ci_tests.yaml
@@ -76,7 +76,11 @@ jobs:
76
# Install GMT and other required dependencies from conda-forge
77
- name: Install dependencies
78
shell: bash -l {0}
79
- run: conda env update --file environment.yml
+ 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
84
85
# Show installed pkg information for postmortem diagnostic
86
- name: List installed packages
0 commit comments