Skip to content

GPU-resident genotype loader and per-fold setup speedups #126

GPU-resident genotype loader and per-fold setup speedups

GPU-resident genotype loader and per-fold setup speedups #126

Workflow file for this run

name: Pre-commit
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: prefix-dev/setup-pixi@v0.9.5
with:
environments: test
- name: Run pre-commit on all files
run: |
pixi run -e test pre-commit run --all-files --show-diff-on-failure --color=always