Skip to content

thread count is cpu count #4

thread count is cpu count

thread count is cpu count #4

Workflow file for this run

name: Lint Check
on:
push:
branches-ignore:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black[jupyter]
- uses: psf/black@stable