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 3b4b324 commit 8df887dCopy full SHA for 8df887d
.circleci/config.yml
@@ -371,7 +371,7 @@ jobs:
371
name: Create conda environment
372
command: |
373
conda create -n env --yes python=3.9 conda-build conda-verify
374
- conda install -n env -c conda-forge jupyterlab nodejs=16
+ conda install -n env -c conda-forge jupyterlab=3 nodejs=16
375
conda init bash
376
mkdir output
377
0 commit comments