We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b989d commit f0779f3Copy full SHA for f0779f3
.github/workflows/ci.yml
@@ -273,7 +273,7 @@ jobs:
273
run: pip list
274
- name: Test native speed
275
# tox uses pip to install dependenceis, so it breaks on py2.6
276
- if: ${{ !contains(matrix.tox-env, 'gmpy') && matrix.python-version != '2.6'}}
+ if: ${{ !contains(matrix.tox-env, 'gmpy') && matrix.python-version != '2.6' && ! matrix.mutation && !contains(matrix.tox-env, 'codechecks') }}
277
run: tox -e speed
278
- name: Test speed with gmpy
279
if: ${{ contains(matrix.tox-env, 'gmpyp') }}
0 commit comments