Skip to content

add running mlperf tiny benchmark #1472

add running mlperf tiny benchmark

add running mlperf tiny benchmark #1472

Workflow file for this run

name: python-tests
on:
push:
branches: [ "main" ]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
python-tests:
runs-on: ubuntu-latest
container:
image: ghcr.io/kuleuven-micas/snax:v0.2.2
steps:
- uses: actions/checkout@v3
- name: Install snax-mlir
shell: bash
run: |
python3 -m pip install '-e.[dev]'
- name: Test with pytest
shell: bash
run: |
python3 -m pytest .