We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6683ef commit 6ad5cf6Copy full SHA for 6ad5cf6
.github/workflows/ci.yml
@@ -192,11 +192,11 @@ jobs:
192
if: steps.release_check.outputs.skip_build != 'true'
193
uses: actions/checkout@v1
194
195
- - name: Install Python 3.x
+ - name: Install Python 2.x
196
197
uses: actions/setup-python@v1
198
with:
199
- python-version: '3.x'
+ python-version: '2.x'
200
201
- name: Install dependencies (ubuntu)
202
if: steps.release_check.outputs.skip_build != 'true' && matrix.config.host == 'ubuntu-latest'
0 commit comments