Skip to content

Add get_keras_model to TensorflowModel (#187) #1049

Add get_keras_model to TensorflowModel (#187)

Add get_keras_model to TensorflowModel (#187) #1049

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.11"
- name: Install dependencies
run: python3.11 -m pip install -r requirements-dev.txt
- name: Install mypy types
run: mypy --install-types --non-interactive -p modelkit
- name: Run lint
run: scripts/lint.sh