We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2450842 commit 3c7e445Copy full SHA for 3c7e445
1 file changed
.github/workflows/main.yml
@@ -47,6 +47,9 @@ jobs:
47
- uses: actions/checkout@main
48
with:
49
repository: xenia-canary/xenia-canary
50
+ - uses: actions/setup-python@main
51
+ with:
52
+ python-version: '3.x'
53
- name: run
54
# env:
55
# I_AM_BOOLEAN: ${{ inputs.I_AM_BOOLEAN }}
0 commit comments