Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Commit 07fa55e

Browse files
Fix Circle configuration for Python demo
1 parent 646a6c9 commit 07fa55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929

3030
- run:
3131
name: "Run Python SDK Demo"
32-
command: cd java && poetry install && poetry run python main.py
32+
command: cd python && poetry install && poetry run python main.py

0 commit comments

Comments
 (0)