Skip to content

Commit

Permalink
Uninstall jupyter-fs in test-ui
Browse files Browse the repository at this point in the history
as jupyter-fs overrides the integration tests with its owns
  • Loading branch information
mwouts committed Jul 10, 2024
1 parent c0a6dc8 commit 25c222b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/step_tests-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 25c222b

Please sign in to comment.