Skip to content

Commit

Permalink
chore: update prepare_and_populate_pipenv.sh
Browse files Browse the repository at this point in the history
It now has the two FlightRPC-related packages.

JIRA: CQ-785
risk: low
  • Loading branch information
no23reason committed Sep 30, 2024
1 parent 70b181a commit 5ef01e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .fossa/prepare_and_populate_pipenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,13 @@ pipenv install ../gooddata-api-client/ \
../gooddata-sdk/ -r requirements.txt
cd ..

cd ./gooddata-flight-server
pipenv install -r requirements.txt
cd ..

cd ./gooddata-flexfun
pipenv install ../gooddata-api-client/ \
../gooddata-sdk/ ../gooddata-flight-server/ -r requirements.txt
cd ..

cd $ORIG_WORK_DIR

0 comments on commit 5ef01e7

Please sign in to comment.