Skip to content

fix: Use manifest-path to override local users#2

Merged
kratsg merged 1 commit intomainfrom
fix/useManifestPath
Mar 3, 2026
Merged

fix: Use manifest-path to override local users#2
kratsg merged 1 commit intomainfrom
fix/useManifestPath

Conversation

@kratsg
Copy link
Collaborator

@kratsg kratsg commented Mar 3, 2026

Some users with pixi.toml in their home directory might have things break due to

 WARN Using local manifest /home/.../pixi.toml rather than /app/pixi.toml from environment variable `PIXI_PROJECT_MANIFEST`
 WARN Encountered 1 warning while parsing the manifest:
  ⚠ The `project` field is deprecated. Use `workspace` instead.
   ╭─[/home/.../pixi.toml:1:1]
 1 │ ╭─▶ [project]
 2 │ │   authors = ["..."]
 3 │ │   channels = ["conda-forge"]
 4 │ │   name = "..."
 5 │ │   platforms = ["linux-64"]
 6 │ ├─▶ version = "0.1.0"
   · ╰──── replace this with 'workspace'
 7 │
   ╰────

Error:   × unknown environment 'ml'

so this fixes it.

@kratsg kratsg merged commit 5b44d27 into main Mar 3, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant