Update Debian version for scraping job to one that it currently available #21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |