Skip to content

Merge pull request #551 from cohenjer/normalize_tucker #480

Merge pull request #551 from cohenjer/normalize_tucker

Merge pull request #551 from cohenjer/normalize_tucker #480

Workflow file for this run

name: Lint with Black
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black
- name: Lint with Black
run: |
black --check --diff --color ./tensorly