Skip to content

Commit 4d17f00

Browse files
committed
Downgrade python version in ci
1 parent ceac83c commit 4d17f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Setup Python
9393
uses: actions/setup-python@v6
9494
with:
95-
python-version: '3.10'
95+
python-version: '3.8'
9696

9797
- name: Install AMBuild
9898
run: |

0 commit comments

Comments
 (0)