File tree Expand file tree Collapse file tree 1 file changed +2
-25
lines changed
Expand file tree Collapse file tree 1 file changed +2
-25
lines changed Original file line number Diff line number Diff line change 3838 3.7 : docker://python:3.7-buster
3939 3.8 : docker://python:3.8-buster
4040 3.9 : docker://python:3.9-buster
41- pypy2 : docker://pypy:2-jessie
42- pypy3 : docker://pypy:3-stretch
4341# - name: Windows
4442# runs-on: windows-latest
4543# python_platform: win32
5452 action : 2.7
5553 docker : 2.7
5654 implementation : cpython
57- - name : PyPy 2.7
58- tox : pypy27
59- action : pypy-2.7
60- docker : pypy2.7
61- implementation : pypy
6255 - name : CPython 3.6
6356 tox : py36
6457 action : 3.6
7972 action : 3.9
8073 docker : 3.9
8174 implementation : cpython
82- - name : PyPy 3.6
83- tox : pypy36
84- action : pypy-3.6
85- docker : pypy3.6
86- implementation : pypy
87- - name : PyPy 3.7
88- tox : pypy37
89- action : pypy-3.7
90- docker : pypy3.7
91- implementation : pypy
9275 arch :
9376 - name : x86
9477 action : x86
@@ -112,18 +95,12 @@ jobs:
11295 - uses : actions/checkout@v2
11396 with :
11497 fetch-depth : 0
115- - name : Set up ${{ matrix.python.name }} (if CPython)
116- if : ${{ job.container == '' && matrix.python.implementation == 'cpython' }}
98+ - name : Set up ${{ matrix.python.name }}
99+ if : ${{ job.container == ''}}
117100 uses : actions/setup-python@v2
118101 with :
119102 python-version : ' ${{ matrix.python.action }}.0-alpha - ${{ matrix.python.action }}.X'
120103 architecture : ' ${{ matrix.arch.action }}'
121- - name : Set up ${{ matrix.python.name }} (if PyPy)
122- if : ${{ job.container == '' && matrix.python.implementation == 'pypy'}}
123- uses : actions/setup-python@v2
124- with :
125- python-version : ' ${{ matrix.python.action }}'
126- architecture : ' ${{ matrix.arch.action }}'
127104 - name : Install
128105 run : |
129106 pip install --upgrade pip setuptools wheel
You can’t perform that action at this time.
0 commit comments