Skip to content

Commit bf12a61

Browse files
fix notebook test entry point
1 parent b2f8b4c commit bf12a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_verbose():
4848

4949

5050
def test_notebooks():
51-
subprocess.run(["cd", "docs/", "&&", "poetry run pytest --nbval-lax ./user_guide", "-vv"], check=True)
51+
subprocess.run("cd docs/ && python -m pytest --nbval-lax ./user_guide -vv", shell=True, check=True)
5252

5353

5454
def build_docs():

0 commit comments

Comments
 (0)