Skip to content

Commit

Permalink
workflow release
Browse files Browse the repository at this point in the history
  • Loading branch information
MozeBaltyk committed Jan 5, 2024
1 parent 48e32b1 commit 0668509
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"
python-version: "3.10"
cache: 'pip'
- run: pip install -r ./meta/ee-requirements.txt

- name: Get current version
id: get_version
Expand Down

0 comments on commit 0668509

Please sign in to comment.