Skip to content

Commit

Permalink
[CI] Add python setup and pip to automatic release (mlrun#2962)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch authored Jan 21, 2023
1 parent aec1d63 commit 71692fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/automatic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ jobs:
needs: create-releases
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r automation/requirements.txt -r dev-requirements.txt && pip install -e .
- name: Generate release notes
id: release-notes
run: |
Expand Down

0 comments on commit 71692fc

Please sign in to comment.