From 714a393608a83ee4d3a38362db21d1b98a896ad8 Mon Sep 17 00:00:00 2001 From: mfl15 <144844529+mfl15@users.noreply.github.com> Date: Tue, 26 Dec 2023 14:26:35 -0500 Subject: [PATCH 1/3] Update run_test.yml --- .github/workflows/run_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_test.yml b/.github/workflows/run_test.yml index dfc9b21..a0c6182 100644 --- a/.github/workflows/run_test.yml +++ b/.github/workflows/run_test.yml @@ -7,7 +7,7 @@ jobs: run: shell: bash -el {0} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: conda-incubator/setup-miniconda@v2 with: activate-environment: myLLMFactCheck From 4e45ed0a87fccc07873428250ec56c98f41d8641 Mon Sep 17 00:00:00 2001 From: mfl15 <144844529+mfl15@users.noreply.github.com> Date: Tue, 26 Dec 2023 14:30:23 -0500 Subject: [PATCH 2/3] Update LLMFactCheck.yml --- env/LLMFactCheck.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/env/LLMFactCheck.yml b/env/LLMFactCheck.yml index df3758b..48436a9 100644 --- a/env/LLMFactCheck.yml +++ b/env/LLMFactCheck.yml @@ -10,6 +10,7 @@ dependencies: - scikit-learn - matplotlib - pytest + - pytest-cov - pytest-mock - pip - pip: From 00fe3563fa41fcf2a4c88e33158ca420bdce6974 Mon Sep 17 00:00:00 2001 From: mfl15 <144844529+mfl15@users.noreply.github.com> Date: Tue, 26 Dec 2023 14:30:40 -0500 Subject: [PATCH 3/3] Update LLMFactCheck.yml --- env/LLMFactCheck.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/env/LLMFactCheck.yml b/env/LLMFactCheck.yml index 48436a9..307d46e 100644 --- a/env/LLMFactCheck.yml +++ b/env/LLMFactCheck.yml @@ -1,6 +1,5 @@ name: myLLMFactCheck channels: - - bioconda - conda-forge - defaults dependencies: