[PR #20] [MERGED] Fix CI/CD and relax Python Poetry Requirements #127

Closed
opened 2026-05-06 12:37:45 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/patrickchugh/terravision/pull/20
Author: @alexisdrakopoulos
Created: 5/29/2023
Status: Merged
Merged: 5/29/2023
Merged by: @patrickchugh

Base: mainHead: fix/github_actions2


📝 Commits (7)

📊 Changes

4 files changed (+108 additions, -22 deletions)

View changed files

📝 .github/pull_request_template.md (+4 -4)
📝 .github/workflows/lint-and-test.yml (+5 -15)
📝 poetry.lock (+92 -2)
📝 pyproject.toml (+7 -1)

📄 Description

Fix CI/CD

Type of Change

  • Bug Fix
  • New Feature
  • Refactor
  • Documentation

Checklist

All Submissions:

  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you written Documentation/Tests?
  • Have you read done your own code-review?

Changes to Core Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully run tests with your changes locally?

🔄 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/patrickchugh/terravision/pull/20 **Author:** [@alexisdrakopoulos](https://github.com/alexisdrakopoulos) **Created:** 5/29/2023 **Status:** ✅ Merged **Merged:** 5/29/2023 **Merged by:** [@patrickchugh](https://github.com/patrickchugh) **Base:** `main` ← **Head:** `fix/github_actions2` --- ### 📝 Commits (7) - [`1588307`](https://github.com/patrickchugh/terravision/commit/15883070fe69fa9d3e4059904d87e8c5bc77f245) template typo - [`93e32a7`](https://github.com/patrickchugh/terravision/commit/93e32a7bb88a3e3479ee56f64325045ca042e834) use poetry run for terravision - [`97fa630`](https://github.com/patrickchugh/terravision/commit/97fa6308307a508d8815dbab749e4617886dbc90) add test dependency group - [`8635632`](https://github.com/patrickchugh/terravision/commit/8635632b0b5d18110a188e2504fb5e92c038c7db) install with test group - [`cd223e9`](https://github.com/patrickchugh/terravision/commit/cd223e9eaa1e21277938b104098c7d51541085ec) simplify test run - [`2aac401`](https://github.com/patrickchugh/terravision/commit/2aac401e8606dcf7d6815a36d1927d423b3786a7) fix test - [`b0a6c2c`](https://github.com/patrickchugh/terravision/commit/b0a6c2c049f8aee37d0601469ca043140d7ed216) Relax python version ### 📊 Changes **4 files changed** (+108 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `.github/pull_request_template.md` (+4 -4) 📝 `.github/workflows/lint-and-test.yml` (+5 -15) 📝 `poetry.lock` (+92 -2) 📝 `pyproject.toml` (+7 -1) </details> ### 📄 Description # Fix CI/CD ## Type of Change * [x] Bug Fix * [ ] New Feature * [ ] Refactor * [ ] Documentation ## Checklist All Submissions: * [x] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? * [ ] Have you written Documentation/Tests? * [x] Have you read done your own code-review? ### Changes to Core Features: * [ ] Have you added an explanation of what your changes do and why you'd like us to include them? * [ ] Have you written new tests for your core changes, as applicable? * [ ] Have you successfully run tests with your changes locally? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:37:45 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/terravision#127
No description provided.