Skip to content

[Breaking] Refactor ptable heatmap plotter #970

[Breaking] Refactor ptable heatmap plotter

[Breaking] Refactor ptable heatmap plotter #970

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
release:
types: [published]
workflow_dispatch:
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest] # windows-latest
uses: janosh/workflows/.github/workflows/pytest-release.yml@main
with:
os: ${{ matrix.os }}
python-version: 3.9
secrets: inherit