File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -131,13 +131,14 @@ jobs:
131
131
pip install -e .\[async\] --user
132
132
pip install -e .\[extra\] --user
133
133
export PYTHONPATH="$PWD"
134
- python examples/monitoring_and_alerting.py
135
- python examples/buckets_management.py
136
- python examples/write_structured_data.py
137
- python examples/write_api_callbacks.py
138
- python examples/asynchronous.py
139
- python examples/asynchronous_management.py
140
- python examples/asynchronous_batching.py
134
+ cd examples
135
+ python ./monitoring_and_alerting.py
136
+ python ./buckets_management.py
137
+ python ./write_structured_data.py
138
+ python ./write_api_callbacks.py
139
+ python ./asynchronous.py
140
+ python ./asynchronous_management.py
141
+ python ./asynchronous_batching.py
141
142
check-sphinx :
142
143
docker :
143
144
- image : *default-python
You can’t perform that action at this time.
0 commit comments