Skip to content

Commit

Permalink
skip airbyte api docs (#18334)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Feb 29, 2024
1 parent 6a5b084 commit 43534a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/api_doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43534a4

Please sign in to comment.