From 08fc56b9ae95a095959b39dab5f61ce63f7065b0 Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Fri, 3 Nov 2023 16:51:47 +0000 Subject: [PATCH] update ESMFMKFILE --- .github/workflows/conda-pytest.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/conda-pytest.yaml b/.github/workflows/conda-pytest.yaml index 72bbbb9..cfffa41 100644 --- a/.github/workflows/conda-pytest.yaml +++ b/.github/workflows/conda-pytest.yaml @@ -30,8 +30,6 @@ jobs: - name: run pytest shell: bash -l {0} run: | - conda init - export ESMFMKFILE='/usr/share/miniconda/lib/esmf.mk' - conda activate test + export ESMFMKFILE='/usr/share/miniconda3/envs/test/lib/esmf.mk' which python python -m pytest