Skip to content

Commit

Permalink
setup python
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Dec 5, 2023
1 parent e1d04a2 commit 668679c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/apply-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- uses: actions/setup-python@v4
with:
python-version: '3.11'

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

0 comments on commit 668679c

Please sign in to comment.