Skip to content

Commit

Permalink
unpin mth5 and mt_metadata versions from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Aug 17, 2024
1 parent 33e6a51 commit da7529e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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 mt_metadata==0.3.7
pip install mth5==0.4.5
pip install git+https://github.com/kujaku11/mt_metadata.git@main
pip install git+https://github.com/kujaku11/mth5.git@master
- name: Install Our Package
run: |
Expand Down Expand Up @@ -82,7 +82,6 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false


- name: Build Doc
if: ${{ (github.ref == 'refs/heads/main') && (matrix.python-version == '3.8')}}
run: |
Expand Down

0 comments on commit da7529e

Please sign in to comment.