Skip to content

feat: add pb tutorial model #25

feat: add pb tutorial model

feat: add pb tutorial model #25

name: Python version
on:
pull_request:
branches:
- main
paths:
- src/predictions/setup.py
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11']
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install local mlcorelib
working-directory: src/predictions
run: pip3 install .