Skip to content

Bump fhirclient from 3.2.0 to 4.2.1 #180

Bump fhirclient from 3.2.0 to 4.2.1

Bump fhirclient from 3.2.0 to 4.2.1 #180

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Python Style Checker
uses: andymckay/[email protected]
- name: Install pip
run: python -m pip install --upgrade pip
- name: Install cython wheel
run: pip install cython wheel
- name: Install Dependencies
run: pip install -r requirements.txt
- name: Run Unit tests
run: python -m unittest