Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tensor support

tensor support #49

Workflow file for this run

name: mlop-test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
# TODO: set to trigger
if: github.actor == 'none'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r tests/requirements.txt
- name: Run tests
run: |
echo "> Metric"
python -m tests.test-metric r
echo "> Image"
python -m tests.test-image r