Skip to content

switching from pandas to great_tables for latex table generation #9

switching from pandas to great_tables for latex table generation

switching from pandas to great_tables for latex table generation #9

Workflow file for this run

name: Run checks on push or PR to main
on:
push:
branches: [main]
pull_request:
branches:
- main
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.34.0
frozen: true
cache: true
environments: default
activate-environment: default
- run: ruff check
if: success() || failure()
- run: ruff format --check
if: success() || failure()
- run: pyright
if: success() || failure()