Skip to content

Commit ad564c0

Browse files
committed
don't run speed tests on mutation and codechecks tests
1 parent 159be34 commit ad564c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
run: pip list
261261
- name: Test native speed
262262
# tox uses pip to install dependenceis, so it breaks on py2.6
263-
if: ${{ !contains(matrix.tox-env, 'gmpy') && matrix.python-version != '2.6'}}
263+
if: ${{ !contains(matrix.tox-env, 'gmpy') && matrix.python-version != '2.6' && ! matrix.mutation && !contains(matrix.tox-env, 'codechecks') }}
264264
run: tox -e speed
265265
- name: Test speed with gmpy
266266
if: ${{ contains(matrix.tox-env, 'gmpyp') }}

0 commit comments

Comments
 (0)