Skip to content

Commit

Permalink
update test branches
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Jun 12, 2024
1 parent 188c73a commit ae5623d
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@fix_mth5_issue_207 # main
pip install git+https://github.com/kujaku11/mth5.git@fix_issue_191 #master
pip install git+https://github.com/kujaku11/mt_metadata.git #@fix_mth5_issue_207 # main
pip install git+https://github.com/kujaku11/mth5.git@patches
- name: Install Our Package
run: |
Expand Down

0 comments on commit ae5623d

Please sign in to comment.