mirror of
https://github.com/apache/nifi.git
synced 2025-02-06 10:08:42 +00:00
If a Python processor defines dependencies both inline and in a requirements.txt file, then we need to install the two groups of dependencies in a single `pip install` command, otherwise pip is not able to resolve the web of dependencies correctly. - Added setup-python step with Python 3.12 to ci-workflow for consistent version behavior This closes #9429 Signed-off-by: David Handermann <exceptionfactory@apache.org>