File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 uses : ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
1212 with :
1313 build_command : jupyter-book build . ; jupyter-book build .
14- environment_name : eo-datascience-cookbook-dev
14+ environment_name : eo-datascience-cookbook
1515
1616 deploy :
1717 needs : build
Original file line number Diff line number Diff line change 1212 uses : ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
1313 with :
1414 build_command : jupyter-book build . ; jupyter-book build .
15- environment_name : eo-datascience-cookbook-dev
15+ environment_name : eo-datascience-cookbook
1616
1717 deploy :
1818 needs : build
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ need to follow this workflow:
1051051 . Create and activate your conda environment from the ` environment.yml ` file
106106 ``` bash
107107 conda env create -f environment.yml
108- conda activate eo-datascience-cookbook-dev
108+ conda activate eo-datascience-cookbook
109109 ```
1101101 . Move into the ` notebooks ` directory and start up Jupyterlab
111111 ``` bash
You can’t perform that action at this time.
0 commit comments