From d11d8ac5c199b70b7a3b1d7c4a659485c9c94ad0 Mon Sep 17 00:00:00 2001 From: maico Date: Mon, 7 Apr 2025 10:53:47 +0200 Subject: [PATCH] tests: install test-functional requirements for Jupytext downstream tests --- .github/workflows/downstream.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 4c999c5cdd..1b9bf49008 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -122,6 +122,7 @@ jobs: uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1 with: package_name: jupytext + package_spec: '."[test,test-functional]"' 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 downstream_check: # This job does nothing and is only used for the branch protection