nhuantho commented on code in PR #2871:
URL: https://github.com/apache/fluss/pull/2871#discussion_r2940928345
##########
.github/workflows/helm-chart.yaml:
##########
@@ -44,6 +44,17 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@v6
+ - name: Set up Python
+ uses: actions/setup-python@v5
+ with:
+ python-version: "3.11"
Review Comment:
I want to unify the Python version with
`.github/workflows/unstable-test-reporter.yaml`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]