Skip to content

Commit 3e7ab03

Browse files
committed
CI: Do not run benchmarks in Py3.5.
1 parent 1a0786f commit 3e7ab03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: make testslow
7878

7979
- name: Running benchmark
80-
if: startsWith(matrix.python-version, '3.')
80+
if: startsWith(matrix.python-version, '3.') && matrix.python-version != '3.5'
8181
run: |
8282
python benchmark/telco_fractions.py -n 250
8383
python benchmark/microbench.py create pydigits

0 commit comments

Comments
 (0)