Skip to content

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

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 #4

Workflow file for this run

name: Python Poetry CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
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