Skip to content

Commit

Permalink
[ci] Add poetry installation to release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Dueñas <[email protected]>
  • Loading branch information
sduenas committed Jan 10, 2023
1 parent f047c88 commit b19ae12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b19ae12

Please sign in to comment.