Skip to content

Add QSIRecon and fMRIPost apps #37

Add QSIRecon and fMRIPost apps

Add QSIRecon and fMRIPost apps #37

Workflow file for this run

---
name: validate apps
on:
pull_request:
branches:
- '*'
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install
run: |
python -m pip install --upgrade pip
pip install -r tools/requirements.txt
- name: Validate
run: python tools/validate_apps.py