Skip to content

add mean and aref test #217

add mean and aref test

add mean and aref test #217

Workflow file for this run

name: black formatting
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.8"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install packages
run: |
python -m pip install --upgrade pip
python -m pip install black
- name: Checking with Black
uses: psf/black@stable
with:
options: "--check --verbose --diff -l 120"
src: "./lcaonet"
version: "22.8.0"