Skip to content

Commit 66074a3

Browse files
Fix bash script invokation
Co-authored-by: Pavel Zwerschke <[email protected]>
1 parent c3865f9 commit 66074a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ readthedocs = "rm -rf $READTHEDOCS_OUTPUT/html && cp -r site/ $READTHEDOCS_OUTPU
8585
# Notebook testing
8686
nb-convert = "nb-convert.sh"
8787
nb-mypy = "mypy docs/examples/*.py"
88-
nb-assert-output = "sh nb-output-check.sh"
88+
nb-assert-output = "./nb-output-check.sh"
8989

9090
[feature.build.dependencies]
9191
python-build = "*"

0 commit comments

Comments
 (0)