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.
2 parents 842c4f7 + d568b24 commit 7f83f27Copy full SHA for 7f83f27
.github/workflows/ui-tests.yml
@@ -19,17 +19,14 @@ jobs:
19
steps:
20
- uses: actions/checkout@v2
21
22
- - name: Base Setup
23
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
24
-
25
- name: Setup conda
26
uses: conda-incubator/setup-miniconda@v2
27
with:
28
mamba-version: "*"
29
channels: conda-forge
30
31
- name: Mamba install dependencies
32
- run: mamba install python=${{ matrix.python-version }} pip nodejs flake8 jupyterlab ipywidgets jupyter-packaging~=0.7.9
+ run: mamba install python=${{ matrix.python-version }} pip nodejs=16 flake8 jupyterlab ipywidgets jupyter-packaging~=0.7.9
33
34
- name: Install ipyleaflet
35
run: pip install .
0 commit comments