Skip to content

Commit

Permalink
Update run_test.yml (#7)
Browse files Browse the repository at this point in the history
* Update run_test.yml

* Update LLMFactCheck.yml

* Update LLMFactCheck.yml
  • Loading branch information
mfl15 authored Dec 26, 2023
1 parent 6a65312 commit 48b8631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion env/LLMFactCheck.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: myLLMFactCheck
channels:
- bioconda
- conda-forge
- defaults
dependencies:
Expand All @@ -10,6 +9,7 @@ dependencies:
- scikit-learn
- matplotlib
- pytest
- pytest-cov
- pytest-mock
- pip
- pip:
Expand Down

0 comments on commit 48b8631

Please sign in to comment.