Skip to content

linting, add onnx networks to create.py, change default cmssw version #33

linting, add onnx networks to create.py, change default cmssw version

linting, add onnx networks to create.py, change default cmssw version #33

Workflow file for this run

name: Lint and test
on:
workflow_dispatch:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout ⬇️
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Setup python 🐍
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies ☕️
run: |
pip install -U pip setuptools
pip install -r requirements_dev.txt
- name: Lint 🔍
run: flake8 mlprof