Skip to content

Commit a2b386b

Browse files
committed
Correct python version in ci x2
1 parent 4d17f00 commit a2b386b

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,9 @@ 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.8'
96-
9792
- name: Install AMBuild
9893
run: |
99-
cd ambuild && python -m pip install . && cd ..
94+
cd ambuild && python -m ensurepip --upgrade && python -m pip install . && cd ..
10095
10196
- name: Install Clang 16
10297
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)