specify python version
This commit is contained in:
parent
610fb12bb3
commit
705494bb7e
2
.github/workflows/manifest.yml
vendored
2
.github/workflows/manifest.yml
vendored
@ -32,6 +32,8 @@ jobs:
|
||||
uses: actions/configure-pages@v5
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
# Generate manifest + shields files for main branch
|
||||
- name: Checkout main
|
||||
id: checkout-main
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user