Skip to content

test

test #81476

Workflow file for this run

name: test
on:
schedule:
- cron: '*/2 * * * *'
# push: {} # Always disable this after testing
jobs:
test-ipynb:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: make test model-training/Training-Tensorflow-Model