Skip to content

Commit a5f5502

Browse files
committed
Fix env var for PIXI_PROJECT_ROOT
1 parent 86b24b1 commit a5f5502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test = "bash ./test.sh"
2929
# Workaround overrides JupyterLab configuration (at the environment level) to
3030
# make double-clicking on a Jupytext Markdown file open that file as a
3131
# notebook. This is important for the development workflow for contributors.
32-
scripts = ["bash $PIXI_PROJECT_ROOT/.binder/postBuild"]
32+
scripts = ["bash {$PIXI_PROJECT_ROOT}/.binder/postBuild"]
3333

3434
[dependencies]
3535
python = ">=3.11"

0 commit comments

Comments
 (0)