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 b2f8b4c commit bf12a61Copy full SHA for bf12a61
scripts.py
@@ -48,7 +48,7 @@ def test_verbose():
48
49
50
def test_notebooks():
51
- subprocess.run(["cd", "docs/", "&&", "poetry run pytest --nbval-lax ./user_guide", "-vv"], check=True)
+ subprocess.run("cd docs/ && python -m pytest --nbval-lax ./user_guide -vv", shell=True, check=True)
52
53
54
def build_docs():
0 commit comments