Skip to content

fix(ci): increment day instead of using 4-part version suffix #17

fix(ci): increment day instead of using 4-part version suffix

fix(ci): increment day instead of using 4-part version suffix #17

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install -e .
- run: python3 -m unittest discover tests