Skip to content

Add GenericFrontendV1 (#39) #344

Add GenericFrontendV1 (#39)

Add GenericFrontendV1 (#39) #344

Workflow file for this run

name: model_tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test-jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
repository: "rwth-i6/i6_models"
path: ""
- uses: actions/setup-python@v2
with:
python-version: 3.8
cache: 'pip'
- run: |
pip install pytest
pip install -r requirements.txt
pip install -r requirements_dev.txt
- name: Test Models
run: |
python -m pytest tests