Skip to content

Merge branch 'develop' into feature-1421-better-build #33

Merge branch 'develop' into feature-1421-better-build

Merge branch 'develop' into feature-1421-better-build #33

Workflow file for this run

name: OS test
on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-13, macos-14, windows-2022 ]
python-version: [ 3.11.9 ]
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
python -m pip install .