Skip to content

Workflows update | Badges | Torch | New pipeline API #25

Workflows update | Badges | Torch | New pipeline API

Workflows update | Badges | Torch | New pipeline API #25

Workflow file for this run

name: Macos Build
on:
push:
branches:
- main
- spiros-dev
pull_request:
branches:
- main
- spiros-dev
jobs:
test:
runs-on: macos-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup python version ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install -r requirements.txt
python3 -m pip install -e .