Skip to content

Commit

Permalink
fix: restore installation of aspects-dbt requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Apr 15, 2024
1 parent bfc0d1c commit b0a711d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutoraspects/templates/aspects/apps/aspects/scripts/dbt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ cd aspects-dbt || exit

echo "Installing dbt python requirements"
pip install -r /app/aspects/dbt/requirements.txt
pip install -r ./requirements.txt

export ASPECTS_EVENT_SINK_DATABASE={{ASPECTS_EVENT_SINK_DATABASE}}
export ASPECTS_XAPI_DATABASE={{ASPECTS_XAPI_DATABASE}}
Expand Down

0 comments on commit b0a711d

Please sign in to comment.