Skip to content

Update workflows and dependencies for 'hmmer-tables' πŸš€ #30

Update workflows and dependencies for 'hmmer-tables' πŸš€

Update workflows and dependencies for 'hmmer-tables' πŸš€ #30

name: Test hmmer-tables
on:
push:
branches:
- "**"
paths:
- hmmer-tables/**
- .github/workflows/test-hmmer-tables.yml
defaults:
run:
working-directory: hmmer-tables
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Run tests
run: |
uv sync --all-extras --dev
uv run pytest