Skip to content

v0.4.0

v0.4.0 #106

Workflow file for this run

name: Tests
on:
push:
branches: [main]
paths: ["**/*.py", ".github/workflows/test.yml"]
pull_request:
branches: [main]
paths: ["**/*.py", ".github/workflows/test.yml"]
release:
types: [published]
workflow_dispatch:
workflow_call:
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
uses: janosh/workflows/.github/workflows/pytest.yml@main
with:
os: ${{ matrix.os }}
install-cmd: pip install ".[test,excel]"
python-version: 3.11