From b19ae12c74725a7ff276ddc9e9b647f591f0fcad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Due=C3=B1as?= Date: Tue, 10 Jan 2023 04:03:18 +0100 Subject: [PATCH] [ci] Add poetry installation to release workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Santiago DueƱas --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 484dd5a06..b43c96f41 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,6 +82,8 @@ jobs: - name: Run Sortinghat Server run: | + curl -sSL https://install.python-poetry.org | python3 - + echo "PATH=$HOME/.poetry/bin:$PATH" >> $GITHUB_ENV git clone --single-branch https://github.com/chaoss/grimoirelab-sortinghat /tmp/sortinghat cp tests/sortinghat_settings.py /tmp/sortinghat/config/settings/sortinghat_settings.py cd /tmp/sortinghat