Skip to content

Commit

Permalink
Merge pull request #820 from no23reason/dho/cq-785-fossa
Browse files Browse the repository at this point in the history
chore: update prepare_and_populate_pipenv.sh
  • Loading branch information
no23reason authored Sep 30, 2024
2 parents 70b181a + 5ef01e7 commit 0f110df
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 0f110df

Please sign in to comment.