Skip to content

Commit 3286e76

Browse files
authored
Fix client generation pipeline (#603)
* add meta type explicitly to avoid error * use same formating
1 parent 6b2dee3 commit 3286e76

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

libs/client_infinity/run_generate_with_hook.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ python -m pip install openapi-python-client==0.21.1 && \
3434
openapi-python-client generate \
3535
--url http://0.0.0.0:7993/openapi.json \
3636
--config client_config.yaml \
37-
--overwrite \
38-
--custom-template-path=./template
37+
--meta poetry \
38+
--overwrite \
39+
--custom-template-path=./template
3940

4041
# copy the readme to docs
4142
cp ./template/vision_client.py ./infinity_client/infinity_client/vision_client.py
4243
cp ./infinity_client/README.md ./../../docs/docs/client_infinity.md
43-
# Cleanup will be called due to the trap
44+
# Cleanup will be called due to the trap

0 commit comments

Comments
 (0)