File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181 github_job : ${{ matrix.job_name }} (${{ matrix.job_phrase }})
8282 - name : Setup environment
8383 uses : ./.github/actions/setup-environment-action
84+ with :
85+ python-version : default
8486 - name : Prepare test arguments
8587 uses : ./.github/actions/test-arguments-action
8688 with :
@@ -128,4 +130,4 @@ jobs:
128130 - name : Teardown Flink
129131 if : always()
130132 run : |
131- ${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete
133+ ${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete
Original file line number Diff line number Diff line change 7979 comment_phrase : ${{ matrix.job_phrase }}
8080 github_token : ${{ secrets.GITHUB_TOKEN }}
8181 github_job : ${{ matrix.job_name }} (${{ matrix.job_phrase }})
82+ - name : Setup environment
83+ uses : ./.github/actions/setup-environment-action
84+ with :
85+ python-version : default
8286 - name : Prepare test arguments
8387 uses : ./.github/actions/test-arguments-action
8488 with :
@@ -131,4 +135,4 @@ jobs:
131135 - name : Teardown Flink
132136 if : always()
133137 run : |
134- ${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete
138+ ${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete
Original file line number Diff line number Diff line change 8181 github_job : ${{ matrix.job_name }} (${{ matrix.job_phrase }})
8282 - name : Setup environment
8383 uses : ./.github/actions/setup-environment-action
84+ with :
85+ python-version : default
8486 - name : Prepare test arguments
8587 uses : ./.github/actions/test-arguments-action
8688 with :
@@ -163,4 +165,4 @@ jobs:
163165 - name : Teardown Flink
164166 if : always()
165167 run : |
166- ${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete
168+ ${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete
Original file line number Diff line number Diff line change 8181 github_job : ${{ matrix.job_name }} (${{ matrix.job_phrase }})
8282 - name : Setup environment
8383 uses : ./.github/actions/setup-environment-action
84+ with :
85+ python-version : default
8486 - name : Prepare test arguments
8587 uses : ./.github/actions/test-arguments-action
8688 with :
@@ -138,4 +140,4 @@ jobs:
138140 - name : Teardown Flink
139141 if : always()
140142 run : |
141- ${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete
143+ ${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete
Original file line number Diff line number Diff line change 8181 github_job : ${{ matrix.job_name }} (${{ matrix.job_phrase }})
8282 - name : Setup environment
8383 uses : ./.github/actions/setup-environment-action
84+ with :
85+ python-version : default
8486 - name : Prepare test arguments
8587 uses : ./.github/actions/test-arguments-action
8688 with :
@@ -118,4 +120,4 @@ jobs:
118120 - name : Teardown Flink
119121 if : always()
120122 run : |
121- ${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete
123+ ${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete
You can’t perform that action at this time.
0 commit comments