Skip to content

WIP: revert to itk v5.4rc01 #5

WIP: revert to itk v5.4rc01

WIP: revert to itk v5.4rc01 #5

Workflow file for this run

name: 'test'
on:
[push, pull_request]
jobs:
pytest:
name: "Test with PyTest"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: "Install Dependencies"
shell: bash
run: |
python -m pip install flit
cd src
flit install --deps develop
- name: "Run Tests"
shell: bash
run: |
pytest ./test