Skip to content

Commit

Permalink
fix jupyterlab==4.0.6 in E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Oct 11, 2023
1 parent 43845a1 commit 101458a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: Install extension dependencies
run: python -m pip install -U jupyterlab==4.0.3
run: python -m pip install -U jupyterlab==4.0.6

- name: Build the extension
run: |
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
working-directory: ui-tests
run: jlpm install-chromium

- name: Execute integration tests
- name: Run E2E Playwright tests
working-directory: ui-tests
run: jlpm test

Expand Down

0 comments on commit 101458a

Please sign in to comment.