Skip to content

Commit e40b359

Browse files
committed
Remove 'STEP' directives installing server version of package instead of local version (therefore overriding local changes)
Signed-off-by: Patrick Assuied <[email protected]>
1 parent 0cdfaaa commit e40b359

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

examples/demo_actor/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,10 @@ This document describes how to create an Actor(DemoActor) and invoke its methods
1717

1818
You can install dapr SDK package using pip command:
1919

20-
<!-- STEP
21-
name: Install requirements
22-
-->
23-
2420
```sh
2521
pip3 install -r demo_actor/requirements.txt
2622
```
2723

28-
<!-- END_STEP -->
29-
3024
## Run in self-hosted mode
3125

3226
<!-- STEP

examples/demo_workflow/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,10 @@ It demonstrates the following APIs:
1818

1919
You can install dapr SDK package using pip command:
2020

21-
<!-- STEP
22-
name: Install requirements
23-
-->
24-
2521
```sh
2622
pip3 install -r demo_workflow/requirements.txt
2723
```
2824

29-
<!-- END_STEP -->
30-
3125
<!-- STEP
3226
name: Running this example
3327
expected_stdout_lines:

0 commit comments

Comments
 (0)