Skip to content

746 tests vdataframe math and rolling #323

746 tests vdataframe math and rolling

746 tests vdataframe math and rolling #323

Workflow file for this run

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