Skip to content

Commit dc27261

Browse files
authored
Update ci.yml
1 parent 286d045 commit dc27261

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
@@ -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:

0 commit comments

Comments
 (0)