Skip to content

Merge pull request #36 from janelia-cellmap/d-v-b-patch-1 #23

Merge pull request #36 from janelia-cellmap/d-v-b-patch-1

Merge pull request #36 from janelia-cellmap/d-v-b-patch-1 #23

Workflow file for this run

name: Linux Testing
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
- name: Install dependencies
shell: "bash -l {0}"
run: |
pip install poetry
poetry install
- name: Test
run: |
poetry run pytest