Skip to content

rename flag --days-per-query to --max-days-per-query and update relat… #184

rename flag --days-per-query to --max-days-per-query and update relat…

rename flag --days-per-query to --max-days-per-query and update relat… #184

Workflow file for this run

name: Unit tests
on:
push:
branches-ignore: ["main"]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install hatch
hatch env create test
- name: Test with pytest
run: |
hatch --env test run run