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