Skip to content

Commit d0a2781

Browse files
committed
Address Copilot comments (4)
Signed-off-by: Sergio Herrera <627709+seherv@users.noreply.github.com>
1 parent 9a09ef2 commit d0a2781

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,13 @@ tox -e py311
121121
tox -e type
122122
```
123123

124-
8. Run integration tests (validates the examples)
124+
8. Run integration tests
125+
126+
```bash
127+
tox -e integration
128+
```
129+
130+
9. Validate the examples
125131

126132
```bash
127133
tox -e examples

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ commands =
2121
coverage xml
2222

2323
commands_pre =
24-
pip uninstall -y dapr dapr-ext-grpc dapr-ext-fastapi dapr-ext-langgraph dapr-ext-strands dapr-ext-flask dapr-ext-langgraph dapr-ext-strands
24+
pip uninstall -y dapr dapr-ext-grpc dapr-ext-fastapi dapr-ext-langgraph dapr-ext-strands dapr-ext-flask
2525
pip install -r dev-requirements.txt \
2626
-e {toxinidir}/ \
2727
-e {toxinidir}/ext/dapr-ext-workflow/ \
@@ -77,7 +77,7 @@ commands =
7777
allowlist_externals=*
7878

7979
commands_pre =
80-
pip uninstall -y dapr dapr-ext-grpc dapr-ext-fastapi dapr-ext-langgraph dapr-ext-strands dapr-ext-flask dapr-ext-langgraph dapr-ext-strands
80+
pip uninstall -y dapr dapr-ext-grpc dapr-ext-fastapi dapr-ext-langgraph dapr-ext-strands dapr-ext-flask
8181
pip install -r {toxinidir}/dev-requirements.txt \
8282
-e {toxinidir}/ \
8383
-e {toxinidir}/ext/dapr-ext-workflow/ \
@@ -93,7 +93,7 @@ usedevelop = False
9393
commands =
9494
mypy --config-file mypy.ini
9595
commands_pre =
96-
pip uninstall -y dapr dapr-ext-grpc dapr-ext-fastapi dapr-ext-langgraph dapr-ext-strands dapr-ext-flask dapr-ext-langgraph dapr-ext-strands
96+
pip uninstall -y dapr dapr-ext-grpc dapr-ext-fastapi dapr-ext-langgraph dapr-ext-strands dapr-ext-flask
9797
pip install -r dev-requirements.txt \
9898
-e {toxinidir}/ \
9999
-e {toxinidir}/ext/dapr-ext-workflow/ \

0 commit comments

Comments
 (0)