Skip to content

Fix sun_rise_set_transit_spa day-of-interest to local calendar day (#… #5408

Fix sun_rise_set_transit_spa day-of-interest to local calendar day (#…

Fix sun_rise_set_transit_spa day-of-interest to local calendar day (#… #5408

Workflow file for this run

name: asv
# CI ASV CHECK is aimed to verify that the benchmarks execute without error.
on:
push:
branches:
- main
pull_request:
jobs:
quick-benchmarks:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install asv
run: pip install asv==0.6.4
- name: Run asv benchmarks
run: |
cd benchmarks
asv machine --yes
asv run HEAD^! --quick --dry-run --show-stderr