Skip to content

feat: 0.6.0 — graphify-aligned fixes, .NET/ArkTS, affected, +90 tests #29

feat: 0.6.0 — graphify-aligned fixes, .NET/ArkTS, affected, +90 tests

feat: 0.6.0 — graphify-aligned fixes, .NET/ArkTS, affected, +90 tests #29

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: test (Python ${{ matrix.python-version }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
- name: Install dependencies
run: pip install -e ".[dev]"
- name: Run tests
run: pytest --tb=short