Skip to content

Commit

Permalink
CI: Do not run benchmarks in Py3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Apr 3, 2024
1 parent 1a0786f commit 3e7ab03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: make testslow

- name: Running benchmark
if: startsWith(matrix.python-version, '3.')
if: startsWith(matrix.python-version, '3.') && matrix.python-version != '3.5'
run: |
python benchmark/telco_fractions.py -n 250
python benchmark/microbench.py create pydigits
Expand Down

0 comments on commit 3e7ab03

Please sign in to comment.