This commit is contained in:
Bagatur
2023-08-10 09:49:42 -07:00
parent 0b58ca480a
commit d34674d00b
3 changed files with 2 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ jobs:
working-directory: libs/langchain
install-command: |
echo "Running scheduled tests, installing dependencies with poetry..."
poetry install -E scheduled_testing
poetry install --with=test_integration
- name: Run tests
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

View File

@@ -13613,10 +13613,9 @@ javascript = ["esprima"]
llms = ["anthropic", "clarifai", "cohere", "huggingface_hub", "manifest-ml", "nlpcloud", "openai", "openllm", "openlm", "torch", "transformers", "xinference"]
openai = ["openai", "tiktoken"]
qdrant = ["qdrant-client"]
scheduled-testing = ["openai"]
text-helpers = ["chardet"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "a8fd5dbcab821e39c502724e13a2f85b718f3e06c7c3f98062de01a44cf1ff6e"
content-hash = "2604f6480e0439aff2cd8538103e819d519dbbdf39890445432e43315146954e"

View File

@@ -376,10 +376,6 @@ extended_testing = [
"anthropic",
]
scheduled_testing = [
"openai",
]
[tool.ruff]
select = [
"E", # pycodestyle