Skip to content

Commit

Permalink
Try installing and collecting reverse js here
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Oct 9, 2024
1 parent cd1d1c8 commit 1b8ae86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/deploy_gcloud/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,12 @@ runs:
if ! [[ -z $PORTAL_BRANCH ]]; then
pip install -t lib --upgrade "git+https://github.com/ocadotechnology/codeforlife-portal@${PORTAL_BRANCH}#egg=cfl-common&subdirectory=cfl_common"
fi
pip install -t lib django-reverse-js
python generate_requirements.py $REQUIREMENTS_ARGS
./manage.py createstatic_reversejs
./manage.py collectstatic --noinput
./manage.py collectstatic --noinput --settings django_site.pipeline_settings
env:
Expand Down
1 change: 1 addition & 0 deletions generate_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"django-redis==4.11.*",
"google-cloud-logging==1.*",
"google-auth==1.*",
"django-reverse-js==0.1.7"
]
)

Expand Down

0 comments on commit 1b8ae86

Please sign in to comment.