Skip to content

Commit 84e69b2

Browse files
committed
Replaced backticks with single quotes
1 parent b980bc2 commit 84e69b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ python-build = "*" # Equivalent to PyPI `build` package
107107

108108
[tool.pixi.activation]
109109
# 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!
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!
112112
scripts = ["setup.sh"]
113113

114114
[tool.pixi.target.linux-64.dependencies]

0 commit comments

Comments
 (0)