Skip to content

Commit 7f83f27

Browse files
Merge pull request #1017 from davidbrochart/fix_ci
Pin nodejs=16, drop base setup
2 parents 842c4f7 + d568b24 commit 7f83f27

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,14 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121

22-
- name: Base Setup
23-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
24-
2522
- name: Setup conda
2623
uses: conda-incubator/setup-miniconda@v2
2724
with:
2825
mamba-version: "*"
2926
channels: conda-forge
3027

3128
- name: Mamba install dependencies
32-
run: mamba install python=${{ matrix.python-version }} pip nodejs flake8 jupyterlab ipywidgets jupyter-packaging~=0.7.9
29+
run: mamba install python=${{ matrix.python-version }} pip nodejs=16 flake8 jupyterlab ipywidgets jupyter-packaging~=0.7.9
3330

3431
- name: Install ipyleaflet
3532
run: pip install .

0 commit comments

Comments
 (0)