Skip to content

Speed up GMM component sampling #27

Speed up GMM component sampling

Speed up GMM component sampling #27

Workflow file for this run

name: Lints
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- uses: pre-commit/action@v3.0.1
with:
extra_args: --all-files