File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments