Thanks to visit codestin.com Credit goes to github.com
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 7b46285 commit d63054bCopy full SHA for d63054b
.circleci/config.yml
@@ -263,8 +263,7 @@ jobs:
263
name: Create conda environment
264
command: |
265
conda create -n env --yes python=3.9 conda-build conda-verify
266
- conda install -n env -c conda-forge jupyterlab
267
- conda install -c conda-forge nodejs=12
+ conda install -n env -c conda-forge jupyterlab nodejs=12
268
conda init bash
269
270
- run:
@@ -306,6 +305,8 @@ jobs:
306
305
307
name: NPM Pack
308
+ eval "$(conda shell.bash hook)"
309
+ conda activate env
310
cd packages/javascript/jupyterlab-plotly
311
npm pack
312
mkdir npm_dist
0 commit comments