Skip to content

fix: when compiling model, do it before distributing model onto all r… #209

fix: when compiling model, do it before distributing model onto all r…

fix: when compiling model, do it before distributing model onto all r… #209

Workflow file for this run

name: Run black
on:
- fork
- pull_request
- push
jobs:
formatting:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
lfs: true # large file storage
- uses: psf/black@stable
with:
options: "--check --verbose"
jupyter: false
version: "~=23.10.1"