This is an automated email from the ASF dual-hosted git repository.
jrmccluskey pushed a commit to branch rtPort
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/rtPort by this push:
new c0388adce16 fix starting python version
c0388adce16 is described below
commit c0388adce16683af4ef22fc170f5c5ba661b4d3c
Author: Jack McCluskey <[email protected]>
AuthorDate: Tue Sep 24 14:41:47 2024 -0400
fix starting python version
---
.github/workflows/beam_Inference_Python_Benchmarks_Dataflow.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/beam_Inference_Python_Benchmarks_Dataflow.yml
b/.github/workflows/beam_Inference_Python_Benchmarks_Dataflow.yml
index 69b1d8d6092..5bbde6f0636 100644
--- a/.github/workflows/beam_Inference_Python_Benchmarks_Dataflow.yml
+++ b/.github/workflows/beam_Inference_Python_Benchmarks_Dataflow.yml
@@ -72,7 +72,7 @@ jobs:
- name: Setup Python environment
uses: ./.github/actions/setup-environment-action
with:
- python-version: default
+ python-version: 3.10
- name: Prepare test arguments
uses: ./.github/actions/test-arguments-action
with: