Skip to content

Commit bce36ce

Browse files
committed
Update ci.yml
1 parent 735928e commit bce36ce

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@ name: Continuous Integration
22
on:
33
workflow_dispatch:
44
push:
5-
branches:
6-
- master
7-
- 1.9-dev
85
pull_request:
9-
branches:
10-
- master
11-
- 1.9-dev
126
jobs:
137
test:
148
strategy:
@@ -56,9 +50,9 @@ jobs:
5650
path: amxmodx
5751
# Setup Python for AMBuild
5852
- uses: actions/setup-python@v2
59-
name: Setup Python 3.8
53+
name: Setup Python 3.9
6054
with:
61-
python-version: 3.8
55+
python-version: 3.9
6256
- name: Install Python dependencies
6357
run: |
6458
python3 -m pip install --upgrade pip setuptools wheel

0 commit comments

Comments
 (0)