We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 132cf04 commit 75f5152Copy full SHA for 75f5152
.github/workflows/downstream.yml
@@ -122,6 +122,7 @@ jobs:
122
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
123
with:
124
package_name: jupytext
125
+ package_spec: '."[test,test-functional]"'
126
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 --ignore=tests/functional/others --color=yes
127
128
downstream_check: # This job does nothing and is only used for the branch protection
0 commit comments