Skip to content

Update examples that use model instantiators to the latest API #658

Update examples that use model instantiators to the latest API

Update examples that use model instantiators to the latest API #658

Workflow file for this run

name: pre-commit
on: [ push, pull_request ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install pre-commit
- name: Run pre-commit
run: |
pre-commit run --all-files