We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f72cd commit ca4e37bCopy full SHA for ca4e37b
.github/workflows/update-integration-tests.yml
@@ -72,14 +72,7 @@ jobs:
72
run: python -m pip install -U "jupyterlab>=4.0.0,<5"
73
74
- name: Install extension
75
- run: ./scripts/install.sh
76
-
77
- - uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@v1
78
- with:
79
- github_token: ${{ secrets.GITHUB_TOKEN }}
80
- # Playwright knows how to start JupyterLab server
81
- start_server_script: 'null'
82
- test_folder: python/jupyterlab-ws-chat/ui-tests
+ run: ./scripts/install.sh collaborative
83
84
- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@v1
85
with:
0 commit comments