Skip to content

feat: add cross-platform smoke CI + bump version to 1.1.3 #11

feat: add cross-platform smoke CI + bump version to 1.1.3

feat: add cross-platform smoke CI + bump version to 1.1.3 #11

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