From 831bfcaecefe6c1c0bcd30e48dd8414f20412dd5 Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Wed, 10 Jul 2024 08:13:22 +0100 Subject: [PATCH] Uninstall jupyter-fs in test-ui as jupyter-fs overrides the integration tests with its own --- .github/workflows/step_tests-ui.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/step_tests-ui.yml b/.github/workflows/step_tests-ui.yml index d2d1bde2..1efcd6bf 100644 --- a/.github/workflows/step_tests-ui.yml +++ b/.github/workflows/step_tests-ui.yml @@ -24,6 +24,12 @@ jobs: - name: Install from source run: HATCH_BUILD_HOOKS_ENABLE=true python -m pip install -e '.[test-ui]' + - name: Uninstall jupyter-fs + run: | + # Uninstall jupyter-fs as it overrides the original browser-test.js to + # check its own functionality (https://github.com/jpmorganchase/jupyter-fs/blob/main/jupyterfs/browser-test.js) + pip uninstall jupyter-fs -y + - name: Install galata working-directory: jupyterlab/packages/jupyterlab-jupytext-extension/ui-tests env: