Skip to content

Commit f75f26b

Browse files
committed
Indirection for activation script since extension is important
1 parent 72056f5 commit f75f26b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

activate.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
source $(dirname $0)/.binder/postBuild

pixi.toml

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

3737
[feature.base.dependencies]
3838
python = ">=3.11"

0 commit comments

Comments
 (0)