Skip to content

Commit 9889db2

Browse files
committedOct 10, 2021
Fix up release pipeline by selecting Python
Signed-off-by: Jordan Borean <jborean93@gmail.com>
1 parent e2711d4 commit 9889db2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11+
- name: Setup Python
12+
uses: actions/setup-python@v2
13+
1114
- name: Check out code
1215
uses: actions/checkout@v2
1316

0 commit comments

Comments
 (0)
Please sign in to comment.