Skip to content

Fix: Correct mismatched datetime resolution with pd.date_range (#243) #230

Fix: Correct mismatched datetime resolution with pd.date_range (#243)

Fix: Correct mismatched datetime resolution with pd.date_range (#243) #230

Workflow file for this run

name: Test Documentation Build
on:
pull_request:
push:
branches: [main, develop]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.13"
- name: Install dependencies
run: |
pip install ".[docs]"
- name: Build documentation
run: |
jupyter-book build docs/