Skip to content

Commit

Permalink
continue on error for benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed May 6, 2022
1 parent a193834 commit 8bd2022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
mypy --ignore-missing-imports dedupe
- name: Benchmarking & Integration tests
# From https://github.com/pandas-dev/pandas/blob/60ac973e64ba364b345aea22bf988272536aa42f/.github/workflows/asv-bot.yml
continue-on-error: true
run: |
cd benchmarks
asv check -E existing
Expand Down

0 comments on commit 8bd2022

Please sign in to comment.