Skip to content

[INFRA] Add MRtrix3 to conda environnement #1766

[INFRA] Add MRtrix3 to conda environnement

[INFRA] Add MRtrix3 to conda environnement #1766

Workflow file for this run

name: Lint
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
permissions:
contents: read
env:
DEFAULT_PYTHON_VERSION: '3.10'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: snok/install-poetry@v1
- uses: actions/setup-python@v4
with:
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
cache: poetry
- name: Lint code
run: make lint
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: snok/install-poetry@v1
- uses: actions/setup-python@v4
with:
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
cache: poetry
- name: Check spelling
run: make spellcheck