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:
135
135
- name : Enable Problem Matchers
136
136
run : |
137
137
echo "::add-matcher::.github/local-problem-matchers.json"
138
- - name : Set up ${{ matrix.python.name }}
138
+ - name : Set up ${{ matrix.python.name }} (if CPython)
139
139
if : ${{ job.container == '' && matrix.python.implementation == 'cpython'}}
140
140
uses : actions/setup-python@v2
141
141
with :
142
142
python-version : ' ${{ matrix.python.action }}.0-alpha - ${{ matrix.python.action }}.X'
143
143
architecture : x64
144
- - name : Set up ${{ matrix.python.name }}
144
+ - name : Set up ${{ matrix.python.name }} (if PyPy)
145
145
if : ${{ job.container == '' && matrix.python.implementation == 'pypy'}}
146
146
uses : actions/setup-python@v2
147
147
with :
You can’t perform that action at this time.
0 commit comments