mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 14:43:07 +00:00
fix
This commit is contained in:
2
.github/workflows/scheduled_test.yml
vendored
2
.github/workflows/scheduled_test.yml
vendored
@@ -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 }}
|
||||
|
||||
3
libs/langchain/poetry.lock
generated
3
libs/langchain/poetry.lock
generated
@@ -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"
|
||||
|
||||
@@ -376,10 +376,6 @@ extended_testing = [
|
||||
"anthropic",
|
||||
]
|
||||
|
||||
scheduled_testing = [
|
||||
"openai",
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
select = [
|
||||
"E", # pycodestyle
|
||||
|
||||
Reference in New Issue
Block a user