Skip to content

Commit 872674f

Browse files
committed
switch to features branches of dependencies (mt_metadata, mth5, aurora)
1 parent a2143cf commit 872674f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testing_in_conda.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
conda install pytest
3939
conda install pytest-subtests
4040
conda install pytest-cov
41-
pip install git+https://github.com/kujaku11/mt_metadata.git@main
42-
pip install git+https://github.com/kujaku11/mth5.git@master
43-
pip install git+https://github.com/simpeg/aurora@main
44-
git clone https://github.com/MTgeophysics/mtpy_data.git
41+
pip install git+https://github.com/kujaku11/mt_metadata.git@features
42+
pip install git+https://github.com/kujaku11/mth5.git@features
43+
pip install git+https://github.com/simpeg/aurora@features
44+
git clone https://github.com/MTgeophysics/mtpy_data.git@features
4545
cd mtpy_data
4646
pip install -e .
4747
cd ..

0 commit comments

Comments
 (0)