Skip to content

Add generic type to BatchDict #713

Add generic type to BatchDict

Add generic type to BatchDict #713

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch: # to trigger manually
jobs:
coverage:
uses: ./.github/workflows/coverage.yaml
secrets: inherit
doctest:
uses: ./.github/workflows/doctest.yaml
format:
uses: ./.github/workflows/format.yaml
test:
uses: ./.github/workflows/test.yaml
test-deps:
uses: ./.github/workflows/test-deps.yaml