Skip to content

Correct path on __init__ | README addition for in-code usage #43

Correct path on __init__ | README addition for in-code usage

Correct path on __init__ | README addition for in-code usage #43

Workflow file for this run

name: Macos Build
on:
push:
branches:
- main
- spiros-dev
- spiros-dev-2
pull_request:
branches:
- main
- spiros-dev
- spiros-dev-2
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 .