Skip to content

Commit

Permalink
Remove unecessary steps in dev_release workflow
Browse files Browse the repository at this point in the history
Python steps are not used anymore in this workflow, hence those setup
steps can now be removed.

Signed-off-by: mgoerens <[email protected]>
  • Loading branch information
mgoerens authored and komish committed Aug 4, 2023
1 parent 8804cc8 commit c32e876
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/dev_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,6 @@ jobs:
with:
go-version-file: go.mod

- name: Set up Python 3.x
uses: actions/setup-python@v4
with:
python-version: '3.9'

- name: Set up Python scripts
run: |
# set up python requirements and scripts on PR branch
python3 -m venv ve1
cd scripts && ../ve1/bin/pip3 install -r requirements.txt && cd ..
cd scripts && ../ve1/bin/python3 setup.py install && cd ..
- name: Build container images
id: build_container_images
run: |
Expand Down

0 comments on commit c32e876

Please sign in to comment.