Skip to content

Commit

Permalink
ci(workflows): add Python setup to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nullswan committed Oct 21, 2024
1 parent 918da68 commit 12268c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
with:
go-version-file: go.mod

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"

- name: Install Dependencies
run: bash hack/install-deps.sh

Expand Down

0 comments on commit 12268c8

Please sign in to comment.