Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
fix: add local requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aht007 authored Sep 15, 2022
1 parent 6832c3f commit 273c14a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions playbooks/roles/edxapp/tasks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@
tags:
- install
- install:app-requirements

- name: Install Local edxapp Requirements
command: "{{ edxapp_venv_dir }}/bin/pip install -e {{ edxapp_code_dir }}/."
tags:
- install
- install:app-requirements

# Private requirements require a ssh key to install, use the same key as the private key for edx-platform
# If EDXAPP_INSTALL_PRIVATE_REQUIREMENTS is set to true EDXAPP_USE_GIT_IDENTITY must also be true
Expand Down

0 comments on commit 273c14a

Please sign in to comment.