skip airbyte api docs (#18334)

This commit is contained in:
Erick Friis
2024-02-29 09:57:52 -08:00
committed by William Fu-Hinthorn
parent 9c46a6f93b
commit eea5f8f7f8

View File

@@ -51,7 +51,8 @@ jobs:
run: |
poetry run python -m pip install --upgrade --no-cache-dir pip setuptools
poetry run python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext
poetry run python -m pip install ./libs/partners/*
# skip airbyte due to pandas dependency issue
poetry run python -m pip install $(ls ./libs/partners | grep -v "airbyte" | xargs -I {} echo "./libs/partners/{}")
poetry run python -m pip install --exists-action=w --no-cache-dir -r docs/api_reference/requirements.txt
- name: Build docs