We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0786f commit 3e7ab03Copy full SHA for 3e7ab03
.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
77
run: make testslow
78
79
- name: Running benchmark
80
- if: startsWith(matrix.python-version, '3.')
+ if: startsWith(matrix.python-version, '3.') && matrix.python-version != '3.5'
81
run: |
82
python benchmark/telco_fractions.py -n 250
83
python benchmark/microbench.py create pydigits
0 commit comments