Skip to content

Remove accidental training batch limit #59

Remove accidental training batch limit

Remove accidental training batch limit #59

Workflow file for this run

# .github/workflows/app.yaml
name: PyTest
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: Gr1N/setup-poetry@v8
- run: poetry --version
- run: poetry install
- run: poetry run pytest tests