We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667087b commit 86cafc3Copy full SHA for 86cafc3
pyproject.toml
@@ -107,6 +107,8 @@ python-build = "*" # Equivalent to PyPI `build` package
107
108
[tool.pixi.activation]
109
# Always execute ./setup.sh when activating the default environment
110
+# Note that 'stumpy' will only be listed via 'pip list | grep stumpy'
111
+# and not via 'pixi list | grep stumpy' since 'pip install .' is used!
112
scripts = ["setup.sh"]
113
114
[tool.pixi.target.linux-64.dependencies]
0 commit comments