Skip to content

Commit

Permalink
Simplify the jupytext downstream test (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts authored Jan 7, 2024
1 parent 250b924 commit d3aaaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
with:
package_name: jupytext
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
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

downstream_check: # This job does nothing and is only used for the branch protection
if: always()
Expand Down

0 comments on commit d3aaaa9

Please sign in to comment.