Skip to content

Commit 3c7e445

Browse files
authored
Add Python setup step to workflow
1 parent 2450842 commit 3c7e445

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
- uses: actions/checkout@main
4848
with:
4949
repository: xenia-canary/xenia-canary
50+
- uses: actions/setup-python@main
51+
with:
52+
python-version: '3.x'
5053
- name: run
5154
# env:
5255
# I_AM_BOOLEAN: ${{ inputs.I_AM_BOOLEAN }}

0 commit comments

Comments
 (0)