Skip to content

Commit

Permalink
TRIVIAL: doc-req -> script-req
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara3l committed Oct 25, 2023
1 parent 3c69e02 commit b39980d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
9 changes: 1 addition & 8 deletions .github/actions/hugo-build-versioned-action/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,7 @@ runs:
shell: bash
run: |
python -m pip install --upgrade pip
pip install -r dev-requirements.txt
- name: Setup PYTHONPATH
shell: bash
run: |
PYTHONPATH="${PYTHONPATH}:${GITHUB_WORKSPACE}/gooddata-pandas/"
PYTHONPATH="${PYTHONPATH}:${GITHUB_WORKSPACE}/gooddata-api-client/"
PYTHONPATH="${PYTHONPATH}:${GITHUB_WORKSPACE}/gooddata-sdk/"
echo "PYTHONPATH=$PYTHONPATH" >> $GITHUB_ENV
pip install -r scripts/script-requirements.txt
- name: Generate Versioned Documentation
shell: bash
run: |
Expand Down
2 changes: 0 additions & 2 deletions docs/docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
docstring_parser~=0.15
gooddata-pandas~=1.7.0
toml~=0.10.2
5 changes: 5 additions & 0 deletions scripts/script-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
docstring_parser~=0.15
toml~=0.10.2
-e./gooddata-api-client
-e./gooddata-sdk
-e./gooddata-pandas

0 comments on commit b39980d

Please sign in to comment.