[PR #32] [MERGED] Simplify env #32

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/template-workflow-data-extraction/pull/32
Author: @adrianlyjak
Created: 9/5/2025
Status: Merged
Merged: 9/5/2025
Merged by: @adrianlyjak

Base: mainHead: adrian/env


📝 Commits (2)

📊 Changes

11 files changed (+29 additions, -24 deletions)

View changed files

📝 .env.template.jinja (+2 -6)
📝 .github/workflows/check-regeneration.yml (+9 -2)
📝 README.md.jinja (+2 -2)
📝 pyproject.toml.jinja (+1 -1)
📝 src/{{ project_name_snake }}/process_file.py (+3 -0)
📝 test-proj/.env.template (+2 -6)
📝 test-proj/README.md (+2 -2)
📝 test-proj/pyproject.toml (+1 -1)
📝 test-proj/src/test_proj/process_file.py (+3 -0)
📝 test-proj/ui/package.json (+2 -2)
📝 ui/package.json.jinja (+2 -2)

📄 Description

Also fix up some stray npm commands. Switched back to pnpm because npm was too slow for this


🔄 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/run-llama/template-workflow-data-extraction/pull/32 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 9/5/2025 **Status:** ✅ Merged **Merged:** 9/5/2025 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `adrian/env` --- ### 📝 Commits (2) - [`ff7f569`](https://github.com/run-llama/template-workflow-data-extraction/commit/ff7f56900ec647b58ca8228a5a800ff04c56aa3c) Simplify env - [`8e4082d`](https://github.com/run-llama/template-workflow-data-extraction/commit/8e4082d8f077142d26758db32f5a9faf5e8e593b) Add dotenv for main handler ### 📊 Changes **11 files changed** (+29 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `.env.template.jinja` (+2 -6) 📝 `.github/workflows/check-regeneration.yml` (+9 -2) 📝 `README.md.jinja` (+2 -2) 📝 `pyproject.toml.jinja` (+1 -1) 📝 `src/{{ project_name_snake }}/process_file.py` (+3 -0) 📝 `test-proj/.env.template` (+2 -6) 📝 `test-proj/README.md` (+2 -2) 📝 `test-proj/pyproject.toml` (+1 -1) 📝 `test-proj/src/test_proj/process_file.py` (+3 -0) 📝 `test-proj/ui/package.json` (+2 -2) 📝 `ui/package.json.jinja` (+2 -2) </details> ### 📄 Description Also fix up some stray npm commands. Switched back to pnpm because `npm` was too slow for this --- <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 03:16:44 -05:00
yindo closed this issue 2026-02-16 03:16:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/template-workflow-data-extraction#32