Skip to content

Bug: Use multiprocess when on mac, and multiprocessing otherwise #23

Bug: Use multiprocess when on mac, and multiprocessing otherwise

Bug: Use multiprocess when on mac, and multiprocessing otherwise #23

Workflow file for this run

name: Runs unit tests
on:
pull_request:
branches:
- main
jobs:
unit-tests:
runs-on: titan
steps:
- uses: actions/checkout@v4
- name: Install pytest
run: pip install pytest
- name: Install alma package
run: pip install .
- name: PyTest
run: |
python -m pytest