Skip to content

Commit b4a7ea2

Browse files
committed
CI: Do not run benchmarks on Py2.7.
1 parent 3e440e3 commit b4a7ea2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
run: make testslow
7878

7979
- name: Running benchmark
80+
if: startsWith(matrix.python-version, '3.')
8081
run: |
8182
python benchmark/telco_fractions.py -n 250
8283
python benchmark/microbench.py create pydigits
@@ -200,6 +201,7 @@ jobs:
200201
if-no-files-found: ignore
201202

202203
- name: Running benchmark
204+
if: startsWith(matrix.python-version, '3.')
203205
run: |
204206
python benchmark/telco_fractions.py -n 250
205207
python benchmark/microbench.py create pydigits

0 commit comments

Comments
 (0)