Skip to content

Commit 7be5dd2

Browse files
[fix] change conda env name
1 parent 0bf181f commit 7be5dd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/nightly-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

.github/workflows/publish-book.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ need to follow this workflow:
105105
1. 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
```
110110
1. Move into the `notebooks` directory and start up Jupyterlab
111111
```bash

0 commit comments

Comments
 (0)