Skip to content

Commit ea510f0

Browse files
committed
fixed workflows
1 parent f3ea788 commit ea510f0

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

.github/workflows/nightly-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: ${{ github.repository_owner == 'ProjectPythia' }}
1111
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
1212
with:
13-
build_command: make kernel && jupyter-book build . ; jupyter-book build .
13+
build_command: jupyter-book build . ; jupyter-book build .
1414
environment_name: eo-datascience-cookbook-dev
1515

1616
link-check:

.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
build:
1313
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
1414
with:
15-
build_command: make kernel && jupyter-book build . ; jupyter-book build .
15+
build_command: jupyter-book build . ; jupyter-book build .
1616
environment_name: eo-datascience-cookbook-dev
1717

1818
deploy:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,10 @@ need to follow this workflow:
102102
```bash
103103
cd eo-datascience-cookbook
104104
```
105-
1. Create Jupyter kernels
105+
1. Create and activate your conda environment from the ``environment.yml`` file
106106
```bash
107-
make kernel
107+
conda env create -f environment.yml
108+
conda activate eo-datascience-cookbook-dev
108109
```
109110
1. Move into the `notebooks` directory and start up Jupyterlab
110111
```bash

postBuild

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)