Skip to content

Commit

Permalink
feat: installing in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemontoya committed Mar 4, 2024
1 parent ef56e8e commit 650adfd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
run: |
TUTOR_ROOT="$(pwd)" tutor dev launch -I
- name: Install package
run: |
cd env/build/openedx/requirements/
TUTOR_ROOT="$(pwd)" tutor dev run lms pip install -r requirements.txt
TUTOR_ROOT="$(pwd)" tutor dev run cms pip install -r requirements.txt
- name: Tutor commands
run: |
TUTOR_ROOT="$(pwd)" tutor dev run lms ./manage.py lms help
TUTOR_ROOT="$(pwd)" tutor dev run cms ./manage.py cms help

0 comments on commit 650adfd

Please sign in to comment.