Skip to content

Commit ab7ab80

Browse files
Fix demo indentation
1 parent 477e4b0 commit ab7ab80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/demo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class MyModel(BaseModel):
136136

137137
Add `numpy` to the `dev-environment.yml`, `environment.yml`, and `requirements.txt` files.
138138

139-
## 5. Set up flow
139+
### 5. Set up flow
140140

141141
In order for our flow to run, we must edit the code in `my_model/flow.py`. First, delete the `preprocessing_task` code, as we won't be using it. Second, edit `format_file` such that the file holds a string representation of the sum of `output2` and `output3`.
142142

@@ -187,7 +187,7 @@ Navigate back to your `my-model` directory. You can now test your flow locally b
187187
pytest .
188188
```
189189

190-
## 9. Run tests with GitHub actions
190+
### 9. Run tests with GitHub actions
191191

192192
Check in all of your code, and push to GitHub.
193193

0 commit comments

Comments
 (0)