Skip to content

sort resuls nefore plotting them #127

sort resuls nefore plotting them

sort resuls nefore plotting them #127

name: OpenVINO CPU Tests
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run_cpu_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install requirements
run: |
pip install --upgrade pip
pip install -e .[test,openvino,diffusers]
- name: Run tests
run: |
pytest -k "cpu and openvino"