Skip to content

Merge pull request #9 from marqo-ai/ali/cp-727-new-models #44

Merge pull request #9 from marqo-ai/ali/cp-727-new-models

Merge pull request #9 from marqo-ai/ali/cp-727-new-models #44

name: Pytest Workflow
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
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