Skip to content

Bump the pip group with 2 updates #97

Bump the pip group with 2 updates

Bump the pip group with 2 updates #97

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: 🛎 Checkout
uses: actions/checkout@v6
with:
ref: ${{ github.head_ref }}
- name: 🔭 Install UV
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
cache-dependency-glob: "**/pyproject.toml"
- name: 🐍 Setup Python
uses: actions/setup-python@v6
with:
python-version: "3.13"
- name: 📦 Install Hatch
uses: pypa/hatch@install
- name: 🧪 Run Tests
run: hatch run tests