We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4289ee2 + b365dfd commit 01bcdccCopy full SHA for 01bcdcc
.github/workflows/netlify-deploy-v2.yaml
@@ -67,6 +67,9 @@ jobs:
67
run: |
68
python -m pip install --upgrade pip
69
pip install -r scripts/script-requirements.txt
70
+ # json_builder.py (legacy fallback for branches without griffe_builder.py)
71
+ # imports gooddata_sdk and gooddata_pandas at runtime, so they must be installed.
72
+ pip install -e gooddata-api-client/ -e packages/gooddata-sdk/ -e packages/gooddata-pandas/
73
- name: Generate version docs
74
if: steps.cache.outputs.cache-hit != 'true'
75
run: bash scripts/generate-single-version.sh "origin/${{ matrix.version.branch }}" "${{ matrix.version.section }}"
0 commit comments