From 88b4d160378f5a6649272470c23567ddda89135b Mon Sep 17 00:00:00 2001 From: "Karl N. Kappler" Date: Fri, 30 Aug 2024 16:48:33 -0700 Subject: [PATCH] use self's aurora branch for test (not mtpy installed) --- .github/workflows/tests.yml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 66325995..465db866 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,21 +34,11 @@ jobs: run: | python --version conda install -c conda-forge pytest pytest-cov certifi">=2017.4.17" pandoc - - git clone https://github.com/MTgeophysics/mtpy-v2.git # @main - cd mtpy-v2 - tail -n+2 environment.yml >> unnamed_environment.yaml - # conda env create -f environment.yml --name=aurora-test - conda env update --file unnamed_environment.yaml # --prune - # source activate aurora-test - pip install git+https://github.com/simpeg/pydiso.git - pip install -e . # executes mtpy-v2 setup.py - pip uninstall aurora - cd ../ pip install -r requirements-dev.txt - # these are installed by mtpy-v2 now - # pip install git+https://github.com/kujaku11/mt_metadata.git@main - # pip install git+https://github.com/kujaku11/mth5.git@master + pip install git+https://github.com/kujaku11/mt_metadata.git@main + pip install git+https://github.com/kujaku11/mth5.git@master + pip install git+https://github.com/MTgeophysics/mtpy-v2.git@main + pip uninstall aurora - name: Install Our Package run: |