Skip to content

fix: assert-in-get_container_host_ip-before-start (#862) #1593

fix: assert-in-get_container_host_ip-before-start (#862)

fix: assert-in-get_container_host_ip-before-start (#862) #1593

Workflow file for this run

name: docs
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: ./.github/actions/setup-env
with:
python-version: "3.11"
- name: Install Python dependencies
run: poetry install --all-extras
- name: Build documentation
run: make docs