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 43308052dea Wrap in quotes
43308052dea is described below

commit 43308052deade24cc2ad50bdebe8bb2f6f25fd01
Author: Jack McCluskey <[email protected]>
AuthorDate: Tue Sep 24 14:50:40 2024 -0400

    Wrap in quotes
---
 .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 5bbde6f0636..685241afed9 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: 3.10
+          python-version: '3.10'
       - name: Prepare test arguments
         uses: ./.github/actions/test-arguments-action
         with:

Reply via email to