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 159be34 commit ad564c0Copy full SHA for ad564c0
.github/workflows/ci.yml
@@ -260,7 +260,7 @@ jobs:
260
run: pip list
261
- name: Test native speed
262
# tox uses pip to install dependenceis, so it breaks on py2.6
263
- 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') }}
264
run: tox -e speed
265
- name: Test speed with gmpy
266
if: ${{ contains(matrix.tox-env, 'gmpyp') }}
0 commit comments