Skip to content

Update Debian version for scraping job to one that it currently available #21

Update Debian version for scraping job to one that it currently available

Update Debian version for scraping job to one that it currently available #21

Workflow file for this run

name: "clinicaltrials-act-converter CI"
on:
push:
branches:
- master
pull_request:
jobs:
unit_test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.6'
- name: Install dependencies
run: pip install -r requirements.txt
- name: "Unit tests"
run: py.test