Skip to content

Commit

Permalink
fix: force install jsonschema
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Jul 19, 2024
1 parent b273b22 commit b3f72aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ function handle_installation() {

function pre_start(){
conda activate ${COOKBOOK_CONDA_ENV}
conda install jupyterlab jupyterlab_server jupyter_server traitlets nbformat --force-reinstall --yes
conda install jupyterlab jupyterlab_server jupyter_server traitlets nbformat jsonschema --force-reinstall --yes
}

#Execution
Expand Down

0 comments on commit b3f72aa

Please sign in to comment.