Skip to content

update plot and table #60

update plot and table

update plot and table #60

Workflow file for this run

name: Pytest
on: [push]
jobs:
Pytest:
strategy:
fail-fast: false
matrix:
os-version: ['ubuntu-20.04']
python-version: [ '3.10' ]
runs-on: ${{ matrix.os-version }}
name: test package on ${{ matrix.os-version }} with ${{ matrix.python-version }}
steps:
#preparation
- name: checkout
uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install git+https://github.com/KatherLab/wanshi-utils.git
pip3 install pytest
#test
- name: Launch test
run: python -m pytest wanshi/visualizations/test/