Skip to content

feat: make api requests concurrent, clean up misc. things #824

feat: make api requests concurrent, clean up misc. things

feat: make api requests concurrent, clean up misc. things #824

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v1
- name: Set up Python 3.6
uses: actions/setup-python@v1
with:
python-version: '3.6'
- name: Install dependencies
run: make pre-build
- name: Run tests for data sanity
run: make test