Skip to content

fix: message handling in unfold / unbatch #620

fix: message handling in unfold / unbatch

fix: message handling in unfold / unbatch #620

Workflow file for this run

name: Arroyo Docs on PR's
on:
pull_request:
jobs:
docs:
name: Sphinx
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Build docs
run: |
pip install virtualenv
make docs