[PR #25579] chore(ml): configure mise for machine-learning directory #18294

Open
opened 2026-02-05 16:35:59 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/25579
Author: @timonrieger
Created: 1/27/2026
Status: 🔄 Open

Base: mainHead: chore/ml-mise


📝 Commits (7)

📊 Changes

4 files changed (+29 additions, -71 deletions)

View changed files

📝 .github/workflows/test.yml (+11 -16)
machine-learning/mise.toml (+18 -0)
📝 machine-learning/pyproject.toml (+0 -5)
📝 machine-learning/uv.lock (+0 -50)

📄 Description

pinned uv to the version being used in the Dockerfile, same for the python version. In CI mise will install both uv and python and then run the steps as before. simplifies local development

stacked on #25578


🔄 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/immich-app/immich/pull/25579 **Author:** [@timonrieger](https://github.com/timonrieger) **Created:** 1/27/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `chore/ml-mise` --- ### 📝 Commits (7) - [`84c8bdc`](https://github.com/immich-app/immich/commit/84c8bdc47298224a7dd6483e2c69984408bb8c87) chore(ml): replace black with ruff format - [`bba4184`](https://github.com/immich-app/immich/commit/bba41847c1afc31004811a284b65353fd29e9835) chore(ml): configure mise for machine-learning directory - [`532786b`](https://github.com/immich-app/immich/commit/532786b104b9c5d245b1b3da695b640a67133e78) fmt - [`e8adb5a`](https://github.com/immich-app/immich/commit/e8adb5ac967bc13e6befa12c34d1c089ff1242a1) fix ci - [`d216294`](https://github.com/immich-app/immich/commit/d2162943135f769ff08c5a03fd2c30a9caa60ce4) try this - [`632cb8b`](https://github.com/immich-app/immich/commit/632cb8b8b7a0af813a138e4acb2275a1fa675fbb) fix - [`45bf3f0`](https://github.com/immich-app/immich/commit/45bf3f0b474e355a116e097f4c302098db7628cc) Merge branch 'main' into chore/ml-mise ### 📊 Changes **4 files changed** (+29 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+11 -16) ➕ `machine-learning/mise.toml` (+18 -0) 📝 `machine-learning/pyproject.toml` (+0 -5) 📝 `machine-learning/uv.lock` (+0 -50) </details> ### 📄 Description pinned uv to the version being used in the `Dockerfile`, same for the python version. In CI mise will install both uv and python and then run the steps as before. simplifies local development stacked on #25578 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 16:35:59 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#18294