From 54d56da5b9e8a57ece5c20603b0872a5d2e1a193 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Wed, 10 Mar 2021 16:30:16 -0500 Subject: [PATCH] Install required packages for testing --- .github/workflows/ci_tests.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index b6621fbf7c0..db0409f8c5a 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -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