Skip to content

Commit

Permalink
fix: add 'requests' to pyproject dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
YrrepNoj committed Jul 25, 2024
1 parent 0a48cee commit 82a5853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/e2e-llama-cpp-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,4 @@ jobs:
- name: Test llama-cpp-python
run: |
python -m pip install requests
python -m pytest ./tests/e2e/test_llama.py -v
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ dependencies = [ # Dev dependencies needed for all of lfai
"httpx",
"ruff",
"python-dotenv",
"pytest-asyncio"
"pytest-asyncio",
"requests"
]
requires-python = "~=3.11"

Expand Down

0 comments on commit 82a5853

Please sign in to comment.