File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
cp samples/client/petstore/python/tests -r python-v2-sample-test-config-files
35
35
cp samples/client/petstore/python/Makefile python-v2-sample-test-config-files
36
36
cp samples/client/petstore/python/pom.xml python-v2-sample-test-config-files
37
- cp samples/client/petstore/python/setup.cfg python-v2-sample-test-config-files
37
+ cp samples/client/petstore/python/setup.py python-v2-sample-test-config-files
38
38
cp samples/client/petstore/python/setup.cfg python-v2-sample-test-config-files
39
39
cp samples/client/petstore/python/test_python2.sh python-v2-sample-test-config-files
40
40
cp samples/client/petstore/python/test_python2_and_3.sh python-v2-sample-test-config-files
@@ -152,7 +152,7 @@ jobs:
152
152
with :
153
153
path : generated/${{ env.JOB_NAME }}
154
154
job-name : ${{ env.JOB_NAME }}
155
- build-commands : make test-all
155
+ build-commands : " python setup.py install__&&__pip install tox__&&__make test-all"
156
156
- id : outcome
157
157
run : |
158
158
echo "::set-output name=build_outcome::${{ steps.build.outcome }}"
You can’t perform that action at this time.
0 commit comments