Skip to content

split release.yml github action out of test.yml #87

split release.yml github action out of test.yml

split release.yml github action out of test.yml #87

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]