Skip to content

Commit

Permalink
Need to install jlab first...
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Oct 10, 2023
1 parent f0c31bc commit 8d04591
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,17 @@ jobs:
sudo apt-get update
sudo apt-get install ripgrep
- name: Install the extension
run: |
set -eux
python -m pip install "jupyterlab>=4.0.0,<5" jupyterlab_search_replace*.whl
- name: Install dependencies
working-directory: ui-tests
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: 0
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
run: jlpm install

- name: Install the extension
run: |
set -eux
python -m pip install "jupyterlab>=4.0.0,<5" jupyterlab_search_replace*.whl

- name: Launch JupyterLab
run: |
Expand Down

0 comments on commit 8d04591

Please sign in to comment.