mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
ci: request at least python 3
This commit is contained in:
parent
e4cd473003
commit
77b45ed2a3
2
.github/workflows/analyze.yml
vendored
2
.github/workflows/analyze.yml
vendored
@ -18,6 +18,8 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Install python libraries
|
||||
run: |
|
||||
|
||||
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -68,6 +68,8 @@ jobs:
|
||||
path: msvc420
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Setup cmake
|
||||
uses: jwlawson/actions-setup-cmake@v1.13
|
||||
@ -106,6 +108,8 @@ jobs:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- uses: actions/download-artifact@master
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user