File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,13 +135,13 @@ jobs:
135135 - name : Enable Problem Matchers
136136 run : |
137137 echo "::add-matcher::.github/local-problem-matchers.json"
138- - name : Set up ${{ matrix.python.name }}
138+ - name : Set up ${{ matrix.python.name }} (if CPython)
139139 if : ${{ job.container == '' && matrix.python.implementation == 'cpython'}}
140140 uses : actions/setup-python@v2
141141 with :
142142 python-version : ' ${{ matrix.python.action }}.0-alpha - ${{ matrix.python.action }}.X'
143143 architecture : x64
144- - name : Set up ${{ matrix.python.name }}
144+ - name : Set up ${{ matrix.python.name }} (if PyPy)
145145 if : ${{ job.container == '' && matrix.python.implementation == 'pypy'}}
146146 uses : actions/setup-python@v2
147147 with :
You can’t perform that action at this time.
0 commit comments