Skip to content

[PLS Regression] Finalizing the algorithm. #1372

[PLS Regression] Finalizing the algorithm.

[PLS Regression] Finalizing the algorithm. #1372

Workflow file for this run

name: Black
on:
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --diff --verbose"
src: "./verticapy"
version: "~=23.0"