Skip to content

55 stat id map not populated in league resource (#57) #21

55 stat id map not populated in league resource (#57)

55 stat id map not populated in league resource (#57) #21

Workflow file for this run

name: Unit tests
on:
push:
workflow_dispatch:
jobs:
ut:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Run unit tests
run: |
pip install -r requirements.txt
python setup.py test