Skip to content

Fix triangulation method and take x,y,z for unit locations. #202

Fix triangulation method and take x,y,z for unit locations.

Fix triangulation method and take x,y,z for unit locations. #202

Workflow file for this run

name: lint and install
on:
push:
branches:
- main
pull_request:
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: neuroinformatics-unit/actions/lint@main
install:
needs: [linting]
name: ${{ matrix.os }} py${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash -l {0} # https://stackoverflow.com/questions/69070754/shell-bash-l-0-in-github-actions
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run:
python3 -m pip install --upgrade pip
pip install .