mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-31 20:52:18 +01:00
Upgrade Python version in CI
This commit is contained in:
parent
1489f33b25
commit
c5456647c1
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -53,9 +53,9 @@ jobs:
|
||||
|
||||
# Setup Python for AMBuild
|
||||
- uses: actions/setup-python@v4
|
||||
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…
x
Reference in New Issue
Block a user