Skip to content

Commit

Permalink
modify tests to preinstall branches of mth5, mt_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Jan 3, 2025
1 parent 91fbc7b commit 96b3844
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
echo $CONDA_PREFIX
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/MTgeophysics/mtpy-v2.git@main
pip install git+https://github.com/kujaku11/mt_metadata.git@features
pip install git+https://github.com/kujaku11/mth5.git@features
pip install git+https://github.com/MTgeophysics/mtpy-v2.git@main
pip uninstall aurora -y
Expand All @@ -48,14 +47,14 @@ jobs:
echo $CONDA_PREFIX
pip install -e .
echo "Install complete"
echo "Uninstalling mth5"
pip uninstall mth5 -y
echo "Uninstalling mt_metadata"
pip uninstall mt_metadata -y
pip install git+https://github.com/kujaku11/mth5.git@features
echo "Uninstalling mt_metadata (again)"
pip uninstall mt_metadata -y
pip install git+https://github.com/kujaku11/mt_metadata.git@features
# echo "Uninstalling mth5"
# pip uninstall mth5 -y
# echo "Uninstalling mt_metadata"
# pip uninstall mt_metadata -y
# pip install git+https://github.com/kujaku11/mth5.git@features
# echo "Uninstalling mt_metadata (again)"
# pip uninstall mt_metadata -y
# pip install git+https://github.com/kujaku11/mt_metadata.git@features
conda list
pip freeze

Expand Down

0 comments on commit 96b3844

Please sign in to comment.