Skip to content

Commit 914035f

Browse files
committed
fix: running example on CircleCI
1 parent 039c35a commit 914035f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.circleci/config.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,14 @@ jobs:
131131
pip install -e .\[async\] --user
132132
pip install -e .\[extra\] --user
133133
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
141142
check-sphinx:
142143
docker:
143144
- image: *default-python

0 commit comments

Comments
 (0)