From 9cb6cc9a464ca0ab6d21fb46b14aa371607df833 Mon Sep 17 00:00:00 2001 From: "Karl N. Kappler" Date: Mon, 18 Sep 2023 18:22:25 -0700 Subject: [PATCH] switch tests back to fcs --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0eb25cd3..e5b3d23f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ 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_aurora_issue_139 + pip install git+https://github.com/kujaku11/mt_metadata.git@fcs pip install git+https://github.com/kujaku11/mth5.git@fc - name: Install Our Package