Skip to content

Add k-space basics tutorial for MRI reconstruction #2547

Add k-space basics tutorial for MRI reconstruction

Add k-space basics tutorial for MRI reconstruction #2547

Workflow file for this run

name: build
on:
# quick tests for every pull request
push:
branches:
- main
pull_request:
jobs:
copyright:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python 3.10
uses: actions/setup-python@v6
with:
python-version: '3.10'
cache: 'pip'
- name: Install dependencies
run: |
find /opt/hostedtoolcache/* -maxdepth 0 ! -name 'Python' -exec rm -rf {} \;
python -m pip install --upgrade pip wheel wheel-stub
python -m pip install -r requirements.txt
- name: Copyright check
run: |
$(pwd)/runner.sh --no-run --no-checks --copyright