mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 04:03:52 +08:00
[release-monitoring] Fix the poetry export
The poetry export failed to be installed by pip. Let's try to create the requirements.txt without hashes. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
@@ -55,7 +55,8 @@ items:
|
||||
pushd anitya && \
|
||||
{% if env == 'staging' %}
|
||||
git checkout staging && \
|
||||
poetry export -f requirements.txt | pip-3 install -r /dev/stdin && \
|
||||
poetry export -f requirements.txt --output requirements.txt --without-hashes && \
|
||||
pip-3 install -r requirements.txt && \
|
||||
{% else %}
|
||||
git checkout production && \
|
||||
python3 setup.py install && \
|
||||
|
||||
Reference in New Issue
Block a user