File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
123123 with :
124124 package_name : jupytext
125- test_command : pip install pytest-jupyter[server] gitpython pre-commit && python -m ipykernel install --name jupytext-dev --user && pytest -vv -raXxs -W default --durations 10 --color=yes --ignore=tests/test_doc_files_are_notebooks.py --ignore=tests/test_changelog.py
125+ test_command : pip install pytest-jupyter[server] gitpython pre-commit && python -m ipykernel install --name jupytext-dev --user && pytest -vv -raXxs -W default --durations 10 --color=yes
126126
127127 downstream_check : # This job does nothing and is only used for the branch protection
128128 if : always()
You can’t perform that action at this time.
0 commit comments