Skip to content

api inference mini fork #364

api inference mini fork

api inference mini fork #364

Workflow file for this run

name: Quality Check
on:
push:
paths-ignore:
- 'README.md'
branches:
- main
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Install Python dependencies
run: pip install -e .[quality]
- name: Run Quality check
run: make quality