Skip to content

Update configs: adjust censoring and patient selection (#94) #204

Update configs: adjust censoring and patient selection (#94)

Update configs: adjust censoring and patient selection (#94) #204

Workflow file for this run

name: 'Unittests'
on:
push:
branches: [ "core" ]
pull_request:
branches: [ "core" ]
permissions:
contents: read
pull-requests: read
jobs:
tests:
runs-on: "ubuntu-latest"
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup dependencies.
run: |
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
- name: Running tests
run: |
source .venv/bin/activate
python -m unittest