Skip to content

Add new models from the release 2.12 #53

Add new models from the release 2.12

Add new models from the release 2.12 #53

Workflow file for this run

name: Pytest Workflow
on:
workflow_dispatch:
push:
branches:
- main
- releases/*
pull_request:
branches:
- main
- releases/*
jobs:
test:
name: Run Pytest
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install tox
run: pip install tox==3.26
- name: Run UnitTests
run: tox -e gh-workflows