From ae5623d216c6767378b56c08dc00e489893c5ea3 Mon Sep 17 00:00:00 2001 From: "Karl N. Kappler" Date: Tue, 11 Jun 2024 19:51:03 -0700 Subject: [PATCH] update test branches --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 363ee916..a3032c55 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: |