exceptionfactory commented on code in PR #9429:
URL: https://github.com/apache/nifi/pull/9429#discussion_r1816933373
##########
.github/workflows/ci-workflow.yml:
##########
@@ -162,6 +162,10 @@ jobs:
distribution: 'corretto'
java-version: '21'
cache: 'maven'
+ - name: Set up Python 3.12
+ uses: actions/setup-python@v5
+ with:
+ python-version: '3.12'
Review Comment:
Thanks for clarifying, that makes sense, and I agree that installing a
specific version is the right approach.
--
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]