Skip to content

Commit f0779f3

Browse files
committed
don't run speed tests on mutation and codechecks tests
1 parent f9b989d commit f0779f3

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
@@ -273,7 +273,7 @@ jobs:
273273
run: pip list
274274
- name: Test native speed
275275
# tox uses pip to install dependenceis, so it breaks on py2.6
276-
if: ${{ !contains(matrix.tox-env, 'gmpy') && matrix.python-version != '2.6'}}
276+
if: ${{ !contains(matrix.tox-env, 'gmpy') && matrix.python-version != '2.6' && ! matrix.mutation && !contains(matrix.tox-env, 'codechecks') }}
277277
run: tox -e speed
278278
- name: Test speed with gmpy
279279
if: ${{ contains(matrix.tox-env, 'gmpyp') }}

0 commit comments

Comments
 (0)