Skip to content

check for zero cell #730

check for zero cell

check for zero cell #730

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
# Check all PR
jobs:
build:
name: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: python -m pip install tox
- name: Build package
run: tox -e build