Skip to content

Commit

Permalink
delete Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
xunliu committed Apr 2, 2024
1 parent 04241f3 commit 093934d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
- name: Python Client Integration Test
id: integrationTest
run: |
for version in "3.8" "3.9" "3.10" "3.11"
for pythonVersion in "3.8" "3.9" "3.10" "3.11"
do
./gradlew -PjdkVersion=${{ matrix.java-version }} -PpythonVersion=${version} :client:client-python:test
./gradlew -PjdkVersion=${{ matrix.java-version }} -PpythonVersion=${pythonVersion} :client:client-python:test
done
- name: Upload integrate tests reports
Expand Down
15 changes: 0 additions & 15 deletions clients/client-python/Makefile

This file was deleted.

0 comments on commit 093934d

Please sign in to comment.