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:
377377 - uses : actions/checkout@v4
378378 - uses : actions/setup-python@v5
379379 with :
380- python-version : " 3.7 "
380+ python-version : " 3.9 "
381381 - uses : pre-commit/action@v3.0.1
382382
383383 review_secrets :
@@ -1036,9 +1036,9 @@ jobs:
10361036 run : |
10371037 poetry install --only modinput
10381038 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/
10401040 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/
10421042 fi
10431043 - name : upload-libs-to-s3
10441044 id : upload-libs-to-s3
You can’t perform that action at this time.
0 commit comments