Skip to content

Updated Sprint 2 Research #48

Updated Sprint 2 Research

Updated Sprint 2 Research #48

Workflow file for this run

name: automl
on:
pull_request:
branches:
- main
paths-ignore:
- "research/**"
jobs:
update:
name: Update AutoML API
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.8.10
cache: pip
- name: Install requirements
run: pip install -r requirements.txt
- name: Run tests
run: python -B -m pytest