Skip to content

Commit

Permalink
test new workflow with mtpy-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Aug 30, 2024
1 parent f98c1f8 commit 9b23539
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,25 @@ 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
conda env create -f environment.yml --name=aurora-test
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
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
# 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
- name: Install Our Package
run: |
pip install -e .
conda list
pip freeze
- name: Install Jupyter and dependencies
run: |
Expand Down

0 comments on commit 9b23539

Please sign in to comment.