Skip to content

Commit

Permalink
Add ui-tests with jupyter-server 1
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Oct 9, 2024
1 parent 6d71941 commit 47e8049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
node-version: [18.x]
jupyter-server-version: ["1.24.0", "2.14.2"]
fail-fast: false

steps:
Expand All @@ -26,6 +25,7 @@ jobs:
python -m pip install -r requirements-visual-test.txt
python -m pip install jupyterlab_miami_nights --no-deps
python -m pip install ".[test]"
python -m pip install jupyter-server==${{ matrix.jupyter-server-version }}
jlpm
jlpm build
jupyter labextension develop . --overwrite
Expand Down

0 comments on commit 47e8049

Please sign in to comment.