Skip to content

addtional brain voxel reduction routine based on the sensitivity matrix #80

addtional brain voxel reduction routine based on the sensitivity matrix

addtional brain voxel reduction routine based on the sensitivity matrix #80

name: run_tests_linux_mac
on: [push, pull_request]
jobs:
run_pytest:
strategy:
matrix:
os: [ubuntu-latest, macos-13, macos-latest]
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4
- name: Create conda environment for Linux and MacOS
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment_dev.yml
micromamba-version: 'latest'
cache-environment: true
- name: Install cedalion
run: |
python -m pip install -e . --no-deps --force-reinstall
- name: Running Tests
run: |
python -m pytest --verbose