Skip to content

when querying for specific video by ID use max allowed date range (to… #186

when querying for specific video by ID use max allowed date range (to…

when querying for specific video by ID use max allowed date range (to… #186

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