Skip to content

Commit

Permalink
feat: using exec for install
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemontoya committed Mar 5, 2024
1 parent ab3aea1 commit f56217f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
run: |
pip install "tutor<17.0.0"
TUTOR_ROOT="$(pwd)" tutor config save
TUTOR_ROOT="$(pwd)" tutor config save
TUTOR_ROOT="$(pwd)" tutor mounts add lms:$(pwd)/eox-tenant:/openedx/eox-tenant
- name: Launch tutor and test
run: |
TUTOR_ROOT="$(pwd)" tutor dev launch -I
TUTOR_ROOT="$(pwd)" tutor local run lms pip install -e ../eox-tenant
TUTOR_ROOT="$(pwd)" tutor local run lms ./manage.py lms help
TUTOR_ROOT="$(pwd)" tutor local exec lms pip install -e ../eox-tenant
TUTOR_ROOT="$(pwd)" tutor local exec lms ./manage.py lms help

0 comments on commit f56217f

Please sign in to comment.