Skip to content

Commit ed41146

Browse files
committed
NO-ISSUE fix
1 parent d547189 commit ed41146

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sdk-testing.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
with:
6666
path: './line-openapi'
6767

68+
- name: Setup Python
69+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
70+
with:
71+
python-version: '3.11'
72+
6873
- name: Install dependencies
6974
run: |
7075
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)