Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d63054b

Browse files
debugging auto-build
1 parent 7b46285 commit d63054b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,7 @@ jobs:
263263
name: Create conda environment
264264
command: |
265265
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
266+
conda install -n env -c conda-forge jupyterlab nodejs=12
268267
conda init bash
269268
270269
- run:
@@ -306,6 +305,8 @@ jobs:
306305
- run:
307306
name: NPM Pack
308307
command: |
308+
eval "$(conda shell.bash hook)"
309+
conda activate env
309310
cd packages/javascript/jupyterlab-plotly
310311
npm pack
311312
mkdir npm_dist

0 commit comments

Comments
 (0)