Skip to content

Commit 86b24b1

Browse files
committed
Give absolute path to activation script.
1 parent 345bba9 commit 86b24b1

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 .binder/postBuild"]
32+
scripts = ["bash $PIXI_PROJECT_ROOT/.binder/postBuild"]
3333

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

0 commit comments

Comments
 (0)