Skip to content

Commit b91bb4e

Browse files
authored
Update build.yml to fix the python version 3.8 for now
1 parent 92cf0aa commit b91bb4e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
fetch-depth: 0
4242
submodules: true
4343

44+
- name: Setup Python
45+
uses: actions/setup-python@v5
46+
with:
47+
python-version: 3.8
48+
4449
- name: Checkout submodule
4550
run: |
4651
make checkout

0 commit comments

Comments
 (0)