Skip to content

Commit

Permalink
try another way to make tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Dec 30, 2024
1 parent 6e69bca commit 6a27f92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
# 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 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: |
pip install -e .
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
conda list
pip freeze
Expand Down

0 comments on commit 6a27f92

Please sign in to comment.