Skip to content

add averaged morphing and possibility to plot several morphed points … #490

add averaged morphing and possibility to plot several morphed points …

add averaged morphing and possibility to plot several morphed points … #490

name: Lint and test
on:
workflow_dispatch:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout ⬇️
uses: actions/checkout@master
with:
persist-credentials: false
submodules: recursive
- name: Setup python 🐍
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies β˜•οΈ
run: |
source setup.sh ""
- name: Lint πŸ”
run: |
source setup.sh ""
./tests/run_linting