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 78f2271 commit a1e4d10Copy full SHA for a1e4d10
.github/workflows/update_galata_references.yml
@@ -45,13 +45,20 @@ jobs:
45
run: mamba install jupyterlab ipywidgets openssl=1.1.1l
46
47
- name: Install ipyleaflet
48
+ run: pip install .
49
+
50
+ - name: Install JS deps
51
run: |
- pip install .
52
jlpm
53
jlpm build
- jupyter labextension develop . --overwrite
- cd ui-tests
54
- jlpm install --frozen-lockfile
+ 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
62
63
- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@main
64
with:
0 commit comments