Skip to content

Make the MACE fit more flexible and build a finetuning workflow #565

Make the MACE fit more flexible and build a finetuning workflow

Make the MACE fit more flexible and build a finetuning workflow #565

Workflow file for this run

name: lint
on:
push:
branches:
- '*'
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
cache: pip
cache-dependency-path: pyproject.toml
- uses: pre-commit/[email protected]