Skip to content

Commit 3647b27

Browse files
committed
[fix] run with poetry
1 parent 06f700d commit 3647b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- run:
8989
name: check working providers
9090
command: |
91-
python edenai_apis/scripts/check_not_working_providers.py << parameters.interval >>
91+
poetry run python edenai_apis/scripts/check_not_working_providers.py << parameters.interval >>
9292
9393
9494
# Invoke jobs via workflows

0 commit comments

Comments
 (0)