Skip to content

Commit 5016eed

Browse files
committed
setup python for linting
1 parent d87f3ee commit 5016eed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
submodules: true
4242
- name: Check License
4343
uses: apache/skywalking-eyes/header@501a28d2fb4a9b962661987e50cf0219631b32ff
44+
- name: Set up Python
45+
uses: actions/setup-python@v5
46+
with:
47+
python-version: 3.8
4448
- name: Lint codes
4549
run: |
4650
make poetry

0 commit comments

Comments
 (0)