We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8ece5 commit 41f751bCopy full SHA for 41f751b
1 file changed
.github/workflows/benchmark.yml
@@ -36,6 +36,7 @@ jobs:
36
# On master: save baseline results
37
- name: Run benchmarks and save baseline
38
if: github.ref == 'refs/heads/master'
39
+ continue-on-error: true
40
run: |
41
uv run --no-sync pytest benchmarks/benchmark.py \
42
--benchmark-only \
0 commit comments