Skip to content

Pin Plum for fastai compatibility #492

Pin Plum for fastai compatibility

Pin Plum for fastai compatibility #492

Workflow file for this run

name: CI
on: [workflow_dispatch, pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: fastai/workflows/nbdev-ci@master
- name: Test vestibular schwannoma deployment
run: >-
python -m unittest discover
-s research/vestibular_schwannoma/tests
-t research
-p 'test_*.py'