Skip to content

Commit 4af2c27

Browse files
authored
Install jupyterlab to enable jlpm on update lite snaphots bot (#698)
Install jupyterlab to enable jlpm
1 parent a009686 commit 4af2c27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update_lite_galata_references.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update Lite Galata References
1+
name: update-lite-snapshots
22

33
on:
44
issue_comment:
@@ -84,6 +84,7 @@ jobs:
8484
env:
8585
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
8686
run: |
87+
pip install jupyterlab
8788
jlpm install
8889
yarn playwright install
8990

0 commit comments

Comments
 (0)