mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
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…
Reference in New Issue
Block a user