[PR #2] [MERGED] Set up CI #103

Closed
opened 2026-02-16 05:16:36 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-postgres/pull/2
Author: @eyurtsev
Created: 4/8/2024
Status: Merged
Merged: 4/8/2024
Merged by: @eyurtsev

Base: mainHead: eugene/setup_ci


📝 Commits (4)

📊 Changes

7 files changed (+2506 additions, -97 deletions)

View changed files

.github/actions/poetry_setup/action.yml (+91 -0)
.github/workflows/_lint.yml (+83 -0)
.github/workflows/_test.yml (+57 -0)
.github/workflows/ci.yml (+108 -0)
📝 Makefile (+24 -23)
📝 poetry.lock (+2131 -64)
📝 pyproject.toml (+12 -10)

📄 Description

Set up CI


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langchain-postgres/pull/2 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 4/8/2024 **Status:** ✅ Merged **Merged:** 4/8/2024 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/setup_ci` --- ### 📝 Commits (4) - [`a23132f`](https://github.com/langchain-ai/langchain-postgres/commit/a23132f78598734d1465ef3aaa3a1810a46dcd86) x - [`6686d8d`](https://github.com/langchain-ai/langchain-postgres/commit/6686d8d69cb1f8b6801b9bdb81c25bdba41f62b8) x - [`5363082`](https://github.com/langchain-ai/langchain-postgres/commit/5363082928448405b013b819514e33b3c0189385) x - [`c9aa040`](https://github.com/langchain-ai/langchain-postgres/commit/c9aa0405a4f563c4d21f035014110aaf86a80874) x ### 📊 Changes **7 files changed** (+2506 additions, -97 deletions) <details> <summary>View changed files</summary> ➕ `.github/actions/poetry_setup/action.yml` (+91 -0) ➕ `.github/workflows/_lint.yml` (+83 -0) ➕ `.github/workflows/_test.yml` (+57 -0) ➕ `.github/workflows/ci.yml` (+108 -0) 📝 `Makefile` (+24 -23) 📝 `poetry.lock` (+2131 -64) 📝 `pyproject.toml` (+12 -10) </details> ### 📄 Description Set up CI --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 05:16:36 -05:00
yindo closed this issue 2026-02-16 05:16:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-postgres#103