From cb6ab6685f881461007524d5a712995364599e7c Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Fri, 3 Nov 2023 16:56:05 +0000 Subject: [PATCH] tidy up --- .github/workflows/conda-pytest.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/conda-pytest.yaml b/.github/workflows/conda-pytest.yaml index cfffa41..60fe551 100644 --- a/.github/workflows/conda-pytest.yaml +++ b/.github/workflows/conda-pytest.yaml @@ -24,12 +24,9 @@ jobs: - name: Install the repo shell: bash -l {0} run: | - which python pip install -e . - name: run pytest shell: bash -l {0} run: | - export ESMFMKFILE='/usr/share/miniconda3/envs/test/lib/esmf.mk' - which python python -m pytest