Skip to content

Commit ff7ec93

Browse files
committed
setup python version for plugin doc check
1 parent 5016eed commit ff7ec93

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161
uses: actions/checkout@v4
6262
with:
6363
submodules: true
64+
- name: Set up Python
65+
uses: actions/setup-python@v5
66+
with:
67+
python-version: 3.8
6468
- name: Check plugin doc
6569
run: |
6670
make env

0 commit comments

Comments
 (0)