Skip to content

Commit 8f954f9

Browse files
committed
fixed python v2 sample workflow
1 parent 575ba38 commit 8f954f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-framework-v2-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cp samples/client/petstore/python/tests -r python-v2-sample-test-config-files
3535
cp samples/client/petstore/python/Makefile python-v2-sample-test-config-files
3636
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
3838
cp samples/client/petstore/python/setup.cfg python-v2-sample-test-config-files
3939
cp samples/client/petstore/python/test_python2.sh python-v2-sample-test-config-files
4040
cp samples/client/petstore/python/test_python2_and_3.sh python-v2-sample-test-config-files
@@ -152,7 +152,7 @@ jobs:
152152
with:
153153
path: generated/${{ env.JOB_NAME }}
154154
job-name: ${{ env.JOB_NAME }}
155-
build-commands: make test-all
155+
build-commands: "python setup.py install__&&__pip install tox__&&__make test-all"
156156
- id: outcome
157157
run: |
158158
echo "::set-output name=build_outcome::${{ steps.build.outcome }}"

0 commit comments

Comments
 (0)