Skip to content

Commit

Permalink
Remove explicit installs of mth5 and mt_metadata,
Browse files Browse the repository at this point in the history
- use mtpy instead
  • Loading branch information
kkappler committed Oct 14, 2024
1 parent 2bb3f96 commit a91375c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
python --version
conda install -c conda-forge pytest pytest-cov certifi">=2017.4.17" pandoc
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/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 -y
Expand Down

0 comments on commit a91375c

Please sign in to comment.