Skip to content

test: lock the TSV builder to Hail with a golden-equivalence test #397

test: lock the TSV builder to Hail with a golden-equivalence test

test: lock the TSV builder to Hail with a golden-equivalence test #397

Workflow file for this run

name: Python toolkit checks
on:
push:
workflow_call:
env:
UV_VERSION: 0.11.28
jobs:
Tests:
runs-on: ubuntu-latest
strategy:
matrix:
PYTHON_VERSION: ["3.12", "3.13"]
steps:
- name: Checkout from GitHub
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
lfs: true
- name: Install uv
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
version: ${{ env.UV_VERSION }}
python-version: ${{ matrix.PYTHON_VERSION }}
enable-cache: 'true'
cache-suffix: ${{ matrix.PYTHON_VERSION }}
- name: Set up Java
uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
with:
distribution: temurin
java-version: '11'
- name: Test the library
run: |
uv run --directory divref --locked poe check-all