Skip to content

Update display SMILES polyketide motifs #30

Update display SMILES polyketide motifs

Update display SMILES polyketide motifs #30

Workflow file for this run

name: Python tests
on:
pull_request:
branches: [main, dev]
paths:
- "src/**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "pip"
- name: Install package with dev dependencies
run: pip install -e ".[dev]"
- name: Run tests
run: pytest -q