Skip to content

Commit

Permalink
use self's aurora branch for test (not mtpy installed)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Aug 30, 2024
1 parent c0ce42a commit 88b4d16
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 88b4d16

Please sign in to comment.