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 18eafbe commit aa50aceCopy full SHA for aa50ace
.github/workflows/tests.yml
@@ -23,4 +23,4 @@ jobs:
23
run: |
24
pip install -e .
25
pip install -r tests/devops_tests/requirements.txt
26
- pytest -vv -rP -We tests/test_notebooks_vars.py::TestNotebookVars
+ pytest -vv -rP -We tests/test_notebook_vars.py::TestNotebookVars
0 commit comments