Skip to content

Commit 6ad5cf6

Browse files
committed
Rollback python version
1 parent d6683ef commit 6ad5cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@ jobs:
192192
if: steps.release_check.outputs.skip_build != 'true'
193193
uses: actions/checkout@v1
194194

195-
- name: Install Python 3.x
195+
- name: Install Python 2.x
196196
if: steps.release_check.outputs.skip_build != 'true'
197197
uses: actions/setup-python@v1
198198
with:
199-
python-version: '3.x'
199+
python-version: '2.x'
200200

201201
- name: Install dependencies (ubuntu)
202202
if: steps.release_check.outputs.skip_build != 'true' && matrix.config.host == 'ubuntu-latest'

0 commit comments

Comments
 (0)