Skip to content

Commit

Permalink
add a variation on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Dec 29, 2024
1 parent ab90d8b commit 264dfc6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ jobs:
# pip install git+https://github.com/kujaku11/mth5.git@master
# pip install git+https://github.com/MTgeophysics/mtpy-v2.git@main
pip install git+https://github.com/MTgeophysics/mtpy-v2.git@main
# pip uninstall aurora -y
pip uninstall aurora -y
pip uninstall mth5 -y
pip uninstall mt_metadata -y
pip install git+https://github.com/kujaku11/mt_metadata.git@fix_issue_235
pip install git+https://github.com/kujaku11/mth5.git@fix_issue_271
- name: Install Our Package
run: |
Expand Down

0 comments on commit 264dfc6

Please sign in to comment.