Skip to content

chore(deps): Bump certifi from 2022.12.7 to 2023.7.22 in /api #283

chore(deps): Bump certifi from 2022.12.7 to 2023.7.22 in /api

chore(deps): Bump certifi from 2022.12.7 to 2023.7.22 in /api #283

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.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python }}
architecture: x64
- name: Cache python modules
uses: actions/cache@v2
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
- name: Run analysis script
run: python scripts/eval_latency.py rexnet1_0x