Skip to content

Commit a1e4d10

Browse files
committed
Fix Galata screenshot update job
1 parent 78f2271 commit a1e4d10

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/update_galata_references.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,20 @@ jobs:
4545
run: mamba install jupyterlab ipywidgets openssl=1.1.1l
4646

4747
- name: Install ipyleaflet
48+
run: pip install .
49+
50+
- name: Install JS deps
4851
run: |
49-
pip install .
5052
jlpm
5153
jlpm build
52-
jupyter labextension develop . --overwrite
53-
cd ui-tests
54-
jlpm install --frozen-lockfile
54+
working-directory: js
55+
56+
- name: Install labextension
57+
run: jupyter labextension develop . --overwrite
58+
59+
- name: Install ui-tests
60+
run: jlpm install --frozen-lockfile
61+
working-directory: ui-tests
5562

5663
- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@main
5764
with:

0 commit comments

Comments
 (0)