Skip to content

Commit

Permalink
Install Python in release action before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Sep 30, 2024
1 parent 939fced commit c2d42d4
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 @@ -477,6 +477,11 @@ jobs:
with:
version: ${{env.WASM_PACK_VERSION}}

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

- name: Prepare Git
run: |
git config user.email "[email protected]"
Expand Down

0 comments on commit c2d42d4

Please sign in to comment.