Skip to content

add acceleration option to JointPrimaryMarginalizedModel likelihood #6235

add acceleration option to JointPrimaryMarginalizedModel likelihood

add acceleration option to JointPrimaryMarginalizedModel likelihood #6235

Workflow file for this run

name: macos basic tests
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
matrix:
os: [macos-12]
python-version: ['3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: |
brew install fftw openssl gsl
pip install --upgrade pip setuptools "tox<4.0.0"
- name: run basic pycbc test suite
run: |
tox -e py-unittest