Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CI check that integration tests compile #12090

Merged
merged 13 commits into from Oct 21, 2023

Conversation

baskaryan
Copy link
Collaborator

No description provided.

@vercel
Copy link

vercel bot commented Oct 20, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
langchain ⬜️ Ignored (Inspect) Visit Preview Oct 20, 2023 10:44pm

@dosubot dosubot bot added Ɑ: vector store Related to vector store module 🤖:bug Related to a bug, vulnerability, unexpected error with an existing feature 🔌: chroma Primarily related to ChromaDB integrations labels Oct 20, 2023
@baskaryan baskaryan changed the title fix integration tests Add CI check that integration tests compile Oct 20, 2023
Copy link
Member

@efriis efriis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 change, otherwise lgtm

@@ -38,12 +38,16 @@ jobs:

- name: Install dependencies
shell: bash
run: poetry install
run: poetry install --with=test_integration
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should install these extras after the core tests finish. I think there's a few unit tests to confirm that importing without the extra deps installed doesn't crash (only using objects does) - e.g. test_dependencies.py

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great pt

@baskaryan baskaryan merged commit 85302a9 into master Oct 21, 2023
32 checks passed
@baskaryan baskaryan deleted the bagatur/fix_integration_tests branch October 21, 2023 14:52
hoanq1811 pushed a commit to hoanq1811/langchain that referenced this pull request Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖:bug Related to a bug, vulnerability, unexpected error with an existing feature 🔌: chroma Primarily related to ChromaDB integrations Ɑ: vector store Related to vector store module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants