Skip to content

🎨 Update environment configuration and ignore files #42

🎨 Update environment configuration and ignore files

🎨 Update environment configuration and ignore files #42

Workflow file for this run

name: ci

Check failure on line 1 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: test
on:
push:
branches:
- main
tags:
- '**'
pull_request: {}
jobs:
test:
name: Test ${{ matrix.os }} / ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
env:
OS: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
python-version: ['3.11', '3.12', '3.13']