Skip to content

drop black for ruff-format #79

drop black for ruff-format

drop black for ruff-format #79

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]
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
uses: janosh/workflows/.github/workflows/pytest-release.yml@main
with:
os: ${{ matrix.os }}
install-cmd: pip install .[test,excel]