Skip to content

Allow chunking map call to take in sublists of length 10 and support lists as inputs #8

Allow chunking map call to take in sublists of length 10 and support lists as inputs

Allow chunking map call to take in sublists of length 10 and support lists as inputs #8

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
- name: Install dependencies
run: poetry install