Skip to content

Update day parameter in team.change_positions() to time_frame (#50) #17

Update day parameter in team.change_positions() to time_frame (#50)

Update day parameter in team.change_positions() to time_frame (#50) #17

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