Skip to content

fix: HOURLY interval: extend step-path to all non-divisors of 24 #8

fix: HOURLY interval: extend step-path to all non-divisors of 24

fix: HOURLY interval: extend step-path to all non-divisors of 24 #8

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install
run: python -m pip install -e ".[dev]"
- name: Test
run: pytest