Skip to content

added exception when the group size is not as we excepted #514

added exception when the group size is not as we excepted

added exception when the group size is not as we excepted #514

Workflow file for this run

name: build-and-test
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: install requirements
run: pip install -r requirements.txt
- name: smoketest
run: |
cd ./src
python repo_import.py --help