Skip to content

Commit 655bd22

Browse files
committed
Update ci.yml
1 parent 1c7ed5e commit 655bd22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141

142142
- name: Test package (two attempts)
143143
uses: nick-fields/retry@v3
144-
if: "contains(matrix.python_version, 'pypy')"
144+
if: "contains(matrix.python-version, 'pypy')"
145145
with:
146146
max_attempts: 2
147147
retry_on: error
@@ -151,13 +151,13 @@ jobs:
151151
--durations=20 -n auto
152152
153153
- name: Test package (serial)
154-
if: "contains(matrix.python_version, 'graalpy')"
154+
if: "contains(matrix.python-version, 'graalpy')"
155155
run: >-
156156
pytest -ra --showlocals --cov --cov-report=xml --cov-report=term
157157
--durations=20
158158
159159
- name: Test package
160-
if: "!contains(matrix.python_version, 'py')"
160+
if: "!contains(matrix.python-version, 'py')"
161161
run: >-
162162
pytest -ra --showlocals --cov --cov-report=xml --cov-report=term -n
163163
auto --durations=20

0 commit comments

Comments
 (0)