Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Installing any RPM-packaged Python application will pull Python 3.6 on RHEL8/Streams8 because 3.6 is the system default. This, in turn, will break building the ods-ci container because ods-ci has been using Python 3.7 features since ff7ac1f. virtualenv ( https://virtualenv.pypa.io/en/latest/ ) should be used instead of the venv module to force Python's version to 3.8 instead of the RHEL8/Streams8 default 3.6. Fixes: red-hat-data-services#406 Signed-off-by: François Cami <[email protected]>
- Loading branch information