Skip to content

Commit

Permalink
chore(release): Add setup-python in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtyg2120 authored Mar 16, 2023
1 parent dd520c0 commit 452525a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:
name: Release
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.10.2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 452525a

Please sign in to comment.