File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ jobs:
377
377
- uses : actions/checkout@v4
378
378
- uses : actions/setup-python@v5
379
379
with :
380
- python-version : " 3.7 "
380
+ python-version : " 3.9 "
381
381
- uses : pre-commit/action@v3.0.1
382
382
383
383
review_secrets :
@@ -1036,9 +1036,9 @@ jobs:
1036
1036
run : |
1037
1037
poetry install --only modinput
1038
1038
if [ -f "tests/ucc_modinput_functional/tmp/openapi.json" ]; then
1039
- poetry run ucc-test-modinput -o tests/ucc_modinput_functional/tmp/openapi.json -t ${{ steps.download-openapi.outputs.download-path }}/tmp/
1039
+ poetry run ucc-test-modinput gen -o tests/ucc_modinput_functional/tmp/openapi.json -t ${{ steps.download-openapi.outputs.download-path }}/tmp/
1040
1040
else
1041
- poetry run ucc-test-modinput -o ${{ steps.download-openapi.outputs.download-path }}/openapi.json -t ${{ steps.download-openapi.outputs.download-path }}/tmp/
1041
+ poetry run ucc-test-modinput gen -o ${{ steps.download-openapi.outputs.download-path }}/openapi.json -t ${{ steps.download-openapi.outputs.download-path }}/tmp/
1042
1042
fi
1043
1043
- name : upload-libs-to-s3
1044
1044
id : upload-libs-to-s3
You can’t perform that action at this time.
0 commit comments