Skip to content

Commit ceac83c

Browse files
committed
Use setup-python in ci x2
1 parent e716658 commit ceac83c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ jobs:
8989
repository: alliedmodders/ambuild
9090
path: ambuild
9191

92+
- name: Setup Python
93+
uses: actions/setup-python@v6
94+
with:
95+
python-version: '3.10'
96+
9297
- name: Install AMBuild
9398
run: |
9499
cd ambuild && python -m pip install . && cd ..

0 commit comments

Comments
 (0)