Skip to content

Merge pull request #34 from SynthesisLab/15-add-grape-union-script #10

Merge pull request #34 from SynthesisLab/15-add-grape-union-script

Merge pull request #34 from SynthesisLab/15-add-grape-union-script #10

Workflow file for this run

name: Pytest
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
uv-example:
name: python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Install dependencies and the project
run: uv sync --all-extras --dev
- name: Run tests
run: uv run pytest tests