Skip to content
Snippets Groups Projects
Commit c2483554 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[libs.common.scripts.utils] Give more options to fix version warning

parent 62367dc4
No related branches found
No related tags found
1 merge request!46Create common library
......@@ -161,7 +161,8 @@ def execution_metadata() -> dict[str, int | float | str | dict[str, str] | list[
f"({current_version}) and actual version returned by "
f"versioningit ({actual_version}). This typically happens "
f"when you commit changes locally and do not re-install the "
f"package. Run `pip install -e .` or equivalent to fix this.",
f"package. Run `pixi install`, `pip install -e .` or equivalent "
f"to fix this.",
)
except Exception as e:
# not in a git repo?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment