Skip to content

Get list of reporting orgs, datasets from Bulk Data Service #266

Get list of reporting orgs, datasets from Bulk Data Service

Get list of reporting orgs, datasets from Bulk Data Service #266

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.11
architecture: x64
- name: Install requirements_dev.txt
run: pip install -r requirements_dev.txt
- name: Test
run: pytest src/tests/unit