Skip to content

Commit

Permalink
Merge pull request #14 from langchain-ai/erick/ci-add-master-core-ins…
Browse files Browse the repository at this point in the history
…tall-for-lint-test-dev

ci: add master core install for lint/test/dev
  • Loading branch information
efriis authored Apr 9, 2024
2 parents e0317f2 + 0be0199 commit 9dd050b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 46 deletions.
63 changes: 17 additions & 46 deletions libs/aws/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions libs/aws/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pytest = "^7.4.3"
pytest-cov = "^4.1.0"
syrupy = "^4.0.2"
pytest-asyncio = "^0.23.2"
langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"}

[tool.poetry.group.codespell]
optional = true
Expand All @@ -43,11 +44,13 @@ ruff = "^0.1.8"

[tool.poetry.group.typing.dependencies]
mypy = "^1.7.1"
langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"}

[tool.poetry.group.dev]
optional = true

[tool.poetry.group.dev.dependencies]
langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"}

[tool.ruff.lint]
select = [
Expand Down

0 comments on commit 9dd050b

Please sign in to comment.