Skip to content

Add new models(FashionCLIP and visheration multilingual clip) from th… #58

Add new models(FashionCLIP and visheration multilingual clip) from th…

Add new models(FashionCLIP and visheration multilingual clip) from th… #58

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