Skip to content

Commit

Permalink
Added test requirements for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
VRSEN committed Jan 10, 2024
1 parent 28d23ed commit b58a80b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements_test.txt
- name: Run tests
env:
Expand Down
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
langchain==0.0.345

0 comments on commit b58a80b

Please sign in to comment.