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 3e440e3 commit b4a7ea2Copy full SHA for b4a7ea2
.github/workflows/ci.yml
@@ -77,6 +77,7 @@ jobs:
77
run: make testslow
78
79
- name: Running benchmark
80
+ if: startsWith(matrix.python-version, '3.')
81
run: |
82
python benchmark/telco_fractions.py -n 250
83
python benchmark/microbench.py create pydigits
@@ -200,6 +201,7 @@ jobs:
200
201
if-no-files-found: ignore
202
203
204
205
206
207
0 commit comments