Stop explicitly requiring --environment=dev
when running pixi install tasks
#1324
Labels
CI/CD
Continuous Integration/Continuous deployment
When installing packages with
pixi run install
, Python packages are installed in thedefault
environment instead ofdev
.Because of that, we recommend running
pixi run --environment=dev install
at the moment.Ribasim/docs/contribute/index.qmd
Line 38 in 0c02f9a
As soon as pixi supports editable installs, this will not be necessary anymore and we can remove
--environment=dev
again.Steps:
install-*
taskspixi run --environment=dev install
topixi run install
The text was updated successfully, but these errors were encountered: