-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: support adding dependencies for project's unsupported platforms (#…
…668) fixes #650 reproducible case (on Linux): ```yaml channels = ["conda-forge"] platforms = [ # "linux-64", "osx-arm64", ] name = "bug" [dependencies] python = "=3.11.*" ``` Run: ``` $ pixi add --no-install ruff WARN pixi::environment: Adding dependency for unsupported platform (linux-64). ✔ Added ruff ``` `ruff = ">=0.1.13,<0.2"` added to `pixi.toml` 🎉 --------- Co-authored-by: Ruben Arts <[email protected]>
- Loading branch information
1 parent
fc2ab46
commit eec6d1f
Showing
1 changed file
with
13 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters