Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc authored and martinRenou committed Oct 9, 2024
1 parent b2b1a57 commit c34e35f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/update_galata_references.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
node-version: [18.x]

steps:

- name: React to the triggering comment
run: |
gh api repos/${{ github.repository }}/issues/comments/${{ github.event.comment.id }}/reactions --raw-field 'content=+1'
Expand Down Expand Up @@ -96,11 +95,3 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
server_url: http-get://localhost:8866/
test_folder: ui-tests

- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
server_url: http-get://localhost:8866/
test_folder: ui-tests
start_server_script : start:progressive_rendering
update_script: test:update:progressive_rendering
1 change: 0 additions & 1 deletion packages/voila/src/plugins/widget/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ export const renderOutputsProgressivelyPlugin: JupyterFrontEndPlugin<void> = {
widgetManager.modelRegistered.connect(modelRegisteredHandler);
const wsUrl = getExecutionURL(kernelId);
const ws = new WebSocket(wsUrl);
getExecutionURL();
ws.onmessage = async (msg) => {
const { action, payload }: IExecutionMessage = JSON.parse(msg.data);
switch (action) {
Expand Down

0 comments on commit c34e35f

Please sign in to comment.