ryanlerch / fedora-infra / ansible

Forked from fedora-infra/ansible 5 years ago
Clone

c20364b [release-monitoring] Combine poetry and pip for build

Authored and Committed by zlopez 2 years ago
    [release-monitoring] Combine poetry and pip for build
    
    The poetry install is creating an editable installation, which is not what we
    want. Let's instead use pip for installation and poetry to build the package and
    create requirements.txt.
    
    Signed-off-by: Michal Konečný <mkonecny@redhat.com>