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 7c6fc1f commit 0274e02Copy full SHA for 0274e02
.github/workflows/main.yml
@@ -100,7 +100,7 @@ jobs:
100
channels: conda-forge
101
102
- name: Install dependencies
103
- run: mamba install python=${{ matrix.python-version }} pip yarn jupyterlab ipywidgets jupyter-packaging
+ run: mamba install python=${{ matrix.python-version }} pip yarn jupyterlab ipywidgets jupyter-packaging nodejs=16
104
105
- uses: actions/download-artifact@v2
106
with:
dev-environment.yml
@@ -4,6 +4,7 @@ channels:
4
dependencies:
5
- pip
6
- yarn
7
+ - nodejs=16
8
- jupyter-packaging
9
- jupyterlab=3
10
- ipywidgets>=7.6
0 commit comments