Skip to content

build(deps-dev): bump mypy from 1.9.0 to 1.10.0 (#345) #426

build(deps-dev): bump mypy from 1.9.0 to 1.10.0 (#345)

build(deps-dev): bump mypy from 1.9.0 to 1.10.0 (#345) #426

Workflow file for this run

name: scripts
on:
push:
branches: main
pull_request:
branches: main
jobs:
eval-latency:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
python: [3.9]
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
architecture: x64
- name: Cache python modules
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-python-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}-build
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e . --upgrade
pip install onnx onnxruntime
- name: Run analysis script
run: python scripts/eval_latency.py rexnet1_0x