[python] Add an option to add ensure_ascii=False to json.dumps (#18888)

* Added ensure ascii

* add option to add ensure_ascii=False in jsom.dumps

* remove option

* update workflow

---------

Co-authored-by: Emile Girard <Emile.Girard@opal-rt.com>
This commit is contained in:
William Cheng
2024-06-15 18:39:06 +08:00
committed by GitHub
parent a40673acb9
commit 13facdaab5
6 changed files with 13 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ on:
pull_request:
paths:
- samples/client/echo_api/python/**
- samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/**
- .github/workflows/samples-python-client-echo-api.yaml
jobs:
build: