Skip to content

Commit

Permalink
pin jupyterlab=3 in full_build CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed Jun 2, 2023
1 parent 3b4b324 commit 8df887d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ jobs:
name: Create conda environment
command: |
conda create -n env --yes python=3.9 conda-build conda-verify
conda install -n env -c conda-forge jupyterlab nodejs=16
conda install -n env -c conda-forge jupyterlab=3 nodejs=16
conda init bash
mkdir output
Expand Down

0 comments on commit 8df887d

Please sign in to comment.