Skip to content

Update used GitHub Actions to support Node.js 24 #16

Update used GitHub Actions to support Node.js 24

Update used GitHub Actions to support Node.js 24 #16

Workflow file for this run

name: Test using pytest
on: push
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Install uv
uses: astral-sh/setup-uv@v8.0.0
- name: Execute tests
run: uv run pytest