Skip to content

Commit

Permalink
Pin JupyterLab in UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc authored Feb 6, 2024
1 parent b531167 commit 6667cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install jupyter_packaging jupyterlab
python -m pip install jupyter_packaging "jupyterlab==4.0.12"
- name: Install the extension
run: |
Expand Down

0 comments on commit 6667cf6

Please sign in to comment.