WIP - changes associated with defining ID and label columns in the fe… #324
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run unit tests | |
on: | |
pull_request: | |
push: | |
workflow_dispatch: | |
# schedule: | |
# # Run every Sunday at 03:53 UTC | |
# - cron: 53 3 * * 0 | |
jobs: | |
tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-python@v4 | |
with: | |
python-version: 3.9 | |
- name: Run Tox | |
run: pipx run tox -e py39 -v |