You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ pixi run test
× the task 'test' is ambiguous
help: These environments provide the task 'test': pl014, pl015, pl016, pl017, pl018, pl019, pl020, py39, py310, py311, py312
Specify the '--environment' flag to run the task in a specific environment, e.g:.
pixi run --environment pl014 test
How about something like this?
❯ pixi run test
Which environment should the task be run in?
1. pl014
2. pl015
[...]
11. py312
<user selects 2.>
✨ Pixi task (pl015): pytest
The text was updated successfully, but these errors were encountered:
Problem description
How about something like this?
The text was updated successfully, but these errors were encountered: