Skip to content

Commit 31922e6

Browse files
committed
Specify bash for Windows CI
1 parent 6ce89fd commit 31922e6

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
@@ -23,7 +23,7 @@ build = { cmd = [
2323
] }
2424
clean = "rm -rf _build/*"
2525
start = "jupyter lab"
26-
test = "./test.sh"
26+
test = "bash ./test.sh"
2727

2828
[activation]
2929
scripts = ["setup_jupyterlab_config.sh"]

0 commit comments

Comments
 (0)