mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Update python version for gh ci
This commit is contained in:
parent
e4fda1bd78
commit
a5285a6699
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -54,9 +54,9 @@ jobs:
|
||||
|
||||
# Setup Python for AMBuild
|
||||
- uses: actions/setup-python@v6
|
||||
name: Setup Python 3.8
|
||||
name: Setup Python 3.12
|
||||
with:
|
||||
python-version: 3.8
|
||||
python-version: 3.12
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip setuptools wheel
|
||||
|
||||
Loading…
Reference in New Issue
Block a user