Skip to content

update GenotypicCancerProfile #374

update GenotypicCancerProfile

update GenotypicCancerProfile #374

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
name: build (Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9]
django-version: ['3.0', '3.2']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8
python -m pip install -r https://raw.githubusercontent.com/frdrckaman/edcs/develop/requirements.txt