Skip to content

feat: New Helia branding. #69

feat: New Helia branding.

feat: New Helia branding. #69

Workflow file for this run

name: physioKIT CI
on:
push:
branches:
- main
pull_request:
env:
PYTHON_VERSION: '3.12'
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Setup Python 🐍
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Run Tests 🔧
run: |
uv sync
uv run ruff check
uv run pytest -vv tests/