We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b980bc2 commit 84e69b2Copy full SHA for 84e69b2
pyproject.toml
@@ -107,8 +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!
+# Note that 'stumpy' will only be listed via 'pip list | grep stumpy'
+# 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