Skip to content

Commit

Permalink
install poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Dec 5, 2023
1 parent 668679c commit 95affb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/apply-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
python-version: '3.11'

- name: Install poetry
uses: abatilo/actions-poetry@v2

- name: Get package version
run: |
version=$(poetry search port-ocean | grep port-ocean | sed 's/.*(\(.*\))/\1/')
Expand Down

0 comments on commit 95affb6

Please sign in to comment.