Skip to content

Commit 7bd8439

Browse files
Update workflows (#89)
* Remove unused workflows Releases are now handled by a fork of jupyter-releaser * Unpin jlab version in tests * Update ui test
1 parent 14dc82b commit 7bd8439

File tree

6 files changed

+2094
-2422
lines changed

6 files changed

+2094
-2422
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
init-shell: bash
108108
create-args: >-
109109
python
110-
jupyterlab==4.0
110+
jupyterlab>=4.0
111111
112112
- name: Download extension package
113113
uses: actions/download-artifact@v4

.github/workflows/prep-release.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

.github/workflows/publish-release.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.github/workflows/publish-self-release.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

ui-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"devDependencies": {
1212
"@jupyterlab/galata": "^5.0.0",
13-
"@playwright/test": "^1.32.0"
13+
"@playwright/test": "^1.37.0"
1414
}
1515
}

0 commit comments

Comments
 (0)