Skip to content

Add add_subjects_to_subjectgroup to AsyncERClient #73

Add add_subjects_to_subjectgroup to AsyncERClient

Add add_subjects_to_subjectgroup to AsyncERClient #73

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pytest:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
version: "latest"
- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}
- name: Install dependencies
run: uv sync --all-extras --all-groups
- name: Run pytest
run: uv run pytest -q