Skip to content

[ed269] fix restriction conditions type #109

[ed269] fix restriction conditions type

[ed269] fix restriction conditions type #109

Workflow file for this run

# Based on https://github.com/denkiwakame/py-tiny-pkg/blob/main/.github/workflows/test.yml
name: package
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
install-test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, macos-latest]
python-version: ["3.10", "3.11", "3.12"]
exclude: # https://github.com/actions/setup-python/issues/875
- os: macos-latest
python-version: "3.10"
max-parallel: 3
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: setup-python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: "x64"
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: test
run: uv run pytest --cov