We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce89fd commit 31922e6Copy full SHA for 31922e6
pixi.toml
@@ -23,7 +23,7 @@ build = { cmd = [
23
] }
24
clean = "rm -rf _build/*"
25
start = "jupyter lab"
26
-test = "./test.sh"
+test = "bash ./test.sh"
27
28
[activation]
29
scripts = ["setup_jupyterlab_config.sh"]
0 commit comments